DebugClients/Python3/DebugBase.py

changeset 97
c4086afea02b
parent 96
9624a110667d
child 791
9ec2ac20e54e
--- a/DebugClients/Python3/DebugBase.py	Sun Jan 31 17:11:22 2010 +0000
+++ b/DebugClients/Python3/DebugBase.py	Sun Jan 31 18:31:28 2010 +0000
@@ -23,7 +23,6 @@
     
     @param s data to be printed
     """
-    import sys
     sys.__stderr__.write('{0!s}\n'.format(s))
     sys.__stderr__.flush()
 

eric ide

mercurial