src/eric7/DebugClients/Python/ThreadExtension.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9221
bf71ee032bb4
child 9653
e67609152c5e
diff -r 5798ee4a8807 -r 3f23dbf37dbe src/eric7/DebugClients/Python/ThreadExtension.py
--- a/src/eric7/DebugClients/Python/ThreadExtension.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/DebugClients/Python/ThreadExtension.py	Fri Nov 04 13:52:26 2022 +0100
@@ -7,11 +7,10 @@
 Module implementing an import hook patching thread modules to get debugged too.
 """
 
+import _thread
+import contextlib
 import os
 import sys
-import contextlib
-
-import _thread
 import threading
 
 from DebugBase import DebugBase

eric ide

mercurial