b0578d61ba87 — cedricbonhomme 11 years ago
Now using SafeConfigParser.
1 files changed, 1 insertions(+), 1 deletions(-)

M watcher.py
M watcher.py +1 -1
@@ 102,7 102,7 @@ class PTmp(pyinotify.ProcessEvent):
 if __name__ == "__main__":
     # Point of entry in execution mode.
     # load the configuration
-    config = ConfigParser.RawConfigParser()
+    config = ConfigParser.SafeConfigParser()
     try:
         config.read("./balloon.cfg")
     except: