DebugClients/Python/DebugBase.py

changeset 803
86f10944dc83
parent 791
9ec2ac20e54e
child 826
2e3e2055e715
--- a/DebugClients/Python/DebugBase.py	Mon Jan 03 17:10:45 2011 +0100
+++ b/DebugClients/Python/DebugBase.py	Mon Jan 03 17:41:20 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()
 

eric ide

mercurial