From b39487691c0edb14f2485b167c569a3acb89307f Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Fri, 13 Apr 2007 18:30:25 +0000 Subject: [PATCH] bwmon removed. no longer a call back. --- nm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nm.py b/nm.py index c4760fc..c7beebf 100644 --- 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) -- 2.43.0