@@ 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: