split config.py and parser.py into two modules. updated all files to use the
[monitor.git] / soltesz.py
index ea61b70..3f57530 100644 (file)
@@ -11,8 +11,7 @@ except:
 
 import inspect
 import shutil
-from config import config as cfg
-config = cfg()
+import config
 
 import monitorconfig