add upload stub, expose query functions with plain text templates,
[monitor.git] / shconfig.py
index 0f97b71..ba2f5e5 100755 (executable)
@@ -5,4 +5,4 @@ from monitor import config
 for attr in dir(config):
        val = config.__getattribute__(attr)
        if attr[0].isupper() and attr[1].isupper():
-               print "%s=%s " % (attr, val)
+               print '%s="%s" ' % (attr, val)