added a variety of updates to templates, to reference each other.
[monitor.git] / shconfig.py
index 0b28577..0f97b71 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 
-import config
+from monitor import config
 
 for attr in dir(config):
        val = config.__getattribute__(attr)