diff -r 1b59c4ba121e -r 8cd4d08fa9f6 DebugClients/Python3/AsyncIO.py --- 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.