--- a/DebugClients/Python3/AsyncIO.py Fri Mar 11 08:55:14 2011 +0100 +++ b/DebugClients/Python3/AsyncIO.py Fri Mar 11 16:51:57 2011 +0100 @@ -7,6 +7,7 @@ Module implementing a base class of an asynchronous interface for the debugger. """ + class AsyncIO(object): """ Class implementing asynchronous reading and writing.