text.
[nodemanager.git] / nm.py
diff --git a/nm.py b/nm.py
index a2b6a4d..ea8af80 100755 (executable)
--- a/nm.py
+++ b/nm.py
@@ -36,6 +36,7 @@ parser.add_option('-m', '--module', action='store', dest='module', default='', h
 modules = []
 
 def GetSlivers(plc):
+    '''Run call backs defined in modules'''
     try: 
         logger.log("Syncing w/ PLC")
         data = plc.GetSlivers()