DebugClients/Python/DebugBase.py

changeset 1112
8a7d1b9d18db
parent 945
8cd4d08fa9f6
child 1475
7e5348c83c9d
diff -r 9552b5e16a07 -r 8a7d1b9d18db DebugClients/Python/DebugBase.py
--- a/DebugClients/Python/DebugBase.py	Sat Jun 04 11:53:15 2011 +0200
+++ b/DebugClients/Python/DebugBase.py	Sun Jun 05 18:25:36 2011 +0200
@@ -14,7 +14,8 @@
 import atexit
 import inspect
 
-from DebugProtocol import *
+from DebugProtocol import ResponseClearWatch, ResponseClearBreak, ResponseLine, \
+    ResponseSyntax, ResponseException
 
 gRecursionLimit = 64
 

eric ide

mercurial