DebugClients/Python/DebugBase.py

branch
5_0_x
changeset 807
ecc71fdd67f1
parent 792
a13346916170
--- a/DebugClients/Python/DebugBase.py	Tue Jan 04 18:18:38 2011 +0100
+++ b/DebugClients/Python/DebugBase.py	Tue Jan 04 18:44:51 2011 +0100
@@ -8,7 +8,6 @@
 """
 
 import sys
-import traceback
 import bdb
 import os
 import types
@@ -25,7 +24,6 @@
     
     @param s data to be printed
     """
-    import sys
     sys.__stderr__.write('%s\n' % unicode(s))
     sys.__stderr__.flush()
 
@@ -720,3 +718,6 @@
         @return last debugger event (string)
         """
         return self.__event
+
+#
+# eflag: FileType = Python2

eric ide

mercurial