DebugClients/Python3/DebugClientThreads.py

branch
jsonrpc
changeset 5128
b6cbdba69967
parent 4831
bf53c06fa0fb
child 5161
f7b6ded9cc37
--- a/DebugClients/Python3/DebugClientThreads.py	Thu Sep 01 20:03:50 2016 +0200
+++ b/DebugClients/Python3/DebugClientThreads.py	Fri Sep 02 19:14:41 2016 +0200
@@ -10,7 +10,6 @@
 import _thread
 import sys
 
-from AsyncIO import AsyncIO
 from DebugThread import DebugThread
 import DebugClientBase
 
@@ -49,7 +48,7 @@
 from threading import RLock
 
 
-class DebugClientThreads(DebugClientBase.DebugClientBase, AsyncIO):
+class DebugClientThreads(DebugClientBase.DebugClientBase):
     """
     Class implementing the client side of the debugger.
 
@@ -60,8 +59,6 @@
         """
         Constructor
         """
-        AsyncIO.__init__(self)
-        
         DebugClientBase.DebugClientBase.__init__(self)
         
         # protection lock for synchronization

eric ide

mercurial