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