DebugClients/Python/eric6dbgstub.py

changeset 5422
222da86472d9
parent 5389
9b1c800daff3
child 6048
82ad8ec9548c
diff -r ce62341e81b6 -r 222da86472d9 DebugClients/Python/eric6dbgstub.py
--- a/DebugClients/Python/eric6dbgstub.py	Sun Jan 15 13:59:11 2017 +0100
+++ b/DebugClients/Python/eric6dbgstub.py	Mon Jan 16 18:49:51 2017 +0100
@@ -37,9 +37,6 @@
         if kind == "standard":
             import DebugClient
             debugger = DebugClient.DebugClient()
-        elif kind == "threads":
-            import DebugClientThreads
-            debugger = DebugClientThreads.DebugClientThreads()
         else:
             raise ValueError
     except ImportError:

eric ide

mercurial