]> code.delx.au - offlineimap/commitdiff
Tweaks to machine
authorJohn Goerzen <jgoerzen@complete.org>
Thu, 5 Jul 2007 13:22:57 +0000 (14:22 +0100)
committerJohn Goerzen <jgoerzen@complete.org>
Thu, 5 Jul 2007 13:22:57 +0000 (14:22 +0100)
offlineimap/ui/Machine.py

index ed551cba0bdb7f16b419517c7c2e1df81281bd3f..d02bbbc173804ea7cb654eaa5a8a713e201ba9f1 100644 (file)
@@ -25,7 +25,7 @@ protocol = '6.0.0'
 class MachineUI(UIBase):
     def __init__(s, config, verbose = 0):
         UIBase.__init__(s, config, verbose)
-        s.safechars=" ;,./-_=+"
+        s.safechars=" ;,./-_=+()[]"
         s.iswaiting = 0
         s.outputlock = Lock()
         s._printData('__init__', protocol)
@@ -137,7 +137,7 @@ class MachineUI(UIBase):
                                                       ds))
 
     def threadException(s, thread):
-        print s.getThreadExceptionString(thread) #FIXME: remove
+        print s.getThreadExceptionString(thread)
         s._printData('threadException', "%s\n%s" % \
                      (thread.getName(), s.getThreadExceptionString(thread)))
         s.delThreadDebugLog(thread)