DebugClients/Python/DebugClientThreads.py

branch
jsonrpc
changeset 5132
a094eee9f862
parent 4831
bf53c06fa0fb
--- a/DebugClients/Python/DebugClientThreads.py	Sat Sep 03 18:01:19 2016 +0200
+++ b/DebugClients/Python/DebugClientThreads.py	Sat Sep 03 18:02:37 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