bwmon removed. no longer a call back.
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Fri, 13 Apr 2007 18:30:25 +0000 (18:30 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Fri, 13 Apr 2007 18:30:25 +0000 (18:30 +0000)
nm.py

diff --git a/nm.py b/nm.py
index c4760fc..c7beebf 100644 (file)
--- a/nm.py
+++ b/nm.py
@@ -55,7 +55,7 @@ def run():
             print "Warning while writing PID file:", err
 
         # Load and start modules
-        for module in ['net', 'proper', 'conf_files', 'sm', 'bwmon']:
+        for module in ['net', 'proper', 'conf_files', 'sm']:
             try:
                 m = __import__(module)
                 m.start(options, config)