diff -r 889ed5ff7a68 -r a094eee9f862 DebugClients/Python/AsyncIO.py --- a/DebugClients/Python/AsyncIO.py Sat Sep 03 18:01:19 2016 +0200 +++ b/DebugClients/Python/AsyncIO.py Sat Sep 03 18:02:37 2016 +0200 @@ -7,7 +7,7 @@ Module implementing a base class of an asynchronous interface for the debugger. """ - +# TODO: delete this file class AsyncIO(object): """ Class implementing asynchronous reading and writing.