* Sets nodes to reboot, uses PCU if available. Defaults to POD/email (with site...
[monitor.git] / config.py
index 112173f..19c590d 100644 (file)
--- a/config.py
+++ b/config.py
@@ -1,13 +1,16 @@
-from xml.sax import saxutils
-
-class config(saxutils.DefaultHandler):
-       def __init__(self, file, start):
-               self.file = file
-               self.start = start
-               self.config = {}
-
-       def startElement(self,name, attrs):
-               if name != self.start: return
 
+debug = False
 
+#from xml.sax import saxutils
+#
+#class config(saxutils.DefaultHandler):
+#      def __init__(self, file, start):
+#              self.file = file
+#              self.start = start
+#              self.config = {}
+#
+#      def startElement(self,name, attrs):
+#              if name != self.start: return
+#
+#
 #incomplete