--- a/DebugClients/Python/DebugClient.py Sat Jun 04 11:53:15 2011 +0200 +++ b/DebugClients/Python/DebugClient.py Sun Jun 05 18:25:36 2011 +0200 @@ -7,8 +7,8 @@ Module implementing a Qt free version of the debug client. """ -from AsyncIO import * -from DebugBase import * +from AsyncIO import AsyncIO +from DebugBase import DebugBase import DebugClientBase