DebugClients/Python3/DebugClient.py

changeset 1112
8a7d1b9d18db
parent 791
9ec2ac20e54e
child 1509
c0b5e693b0eb
diff -r 9552b5e16a07 -r 8a7d1b9d18db DebugClients/Python3/DebugClient.py
--- a/DebugClients/Python3/DebugClient.py	Sat Jun 04 11:53:15 2011 +0200
+++ b/DebugClients/Python3/DebugClient.py	Sun Jun 05 18:25:36 2011 +0200
@@ -7,8 +7,8 @@
 Module implementing a non-threaded variant of the debug client.
 """
 
-from AsyncIO import *
-from DebugBase import *
+from AsyncIO import AsyncIO
+from DebugBase import DebugBase
 import DebugClientBase
 
 

eric ide

mercurial