DebugClients/Python/DebugClientThreads.py

changeset 1112
8a7d1b9d18db
parent 945
8cd4d08fa9f6
child 1509
c0b5e693b0eb
--- a/DebugClients/Python/DebugClientThreads.py	Sat Jun 04 11:53:15 2011 +0200
+++ b/DebugClients/Python/DebugClientThreads.py	Sun Jun 05 18:25:36 2011 +0200
@@ -8,10 +8,10 @@
 """
 
 import thread
+import sys
 
-from AsyncIO import *
-from DebugThread import *
-from DebugBase import *
+from AsyncIO import AsyncIO
+from DebugThread import DebugThread
 import DebugClientBase
 
 

eric ide

mercurial