]> TLD Linux GIT Repositories - tld-builder.git/blobdiff - TLD_Builder/wrap.py
- more python 3.x fixes
[tld-builder.git] / TLD_Builder / wrap.py
index 9f62992dcfad4c3e6806bf8409cd475cda196dae..3d7c4a8867013fa2f90b51bf05447a569dfa68a1 100644 (file)
@@ -48,7 +48,7 @@ def wrap(main):
         exctype, value = sys.exc_info()[:2]
         if exctype == SystemExit:
             sys.exit(value)
-        s = StringIO.StringIO()
+        s = StringIO()
         traceback.print_exc(file = s, limit = 20)
 
         log.alert("fatal python exception")