--- a/DebugClients/Python3/DebugBase.py Sat Jun 04 11:53:15 2011 +0200 +++ b/DebugClients/Python3/DebugBase.py Sun Jun 05 18:25:36 2011 +0200 @@ -13,7 +13,8 @@ import atexit import inspect -from DebugProtocol import * +from DebugProtocol import ResponseClearWatch, ResponseClearBreak, ResponseLine, \ + ResponseSyntax, ResponseException gRecursionLimit = 64