text.
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Mon, 18 Aug 2008 19:27:14 +0000 (19:27 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Mon, 18 Aug 2008 19:27:14 +0000 (19:27 +0000)
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()