src/eric7/DebugClients/Python/DebugUtilities.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9221
bf71ee032bb4
child 9500
5771348ded12
diff -r 5798ee4a8807 -r 3f23dbf37dbe src/eric7/DebugClients/Python/DebugUtilities.py
--- a/src/eric7/DebugClients/Python/DebugUtilities.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/DebugClients/Python/DebugUtilities.py	Fri Nov 04 13:52:26 2022 +0100
@@ -9,15 +9,16 @@
 
 import json
 import os
+import sys
 import traceback
-import sys
+
+from collections import namedtuple
+from inspect import iscode, isframe
 
 #
 # Taken from inspect.py of Python 3.4
 #
 
-from collections import namedtuple
-from inspect import iscode, isframe
 
 # Create constants for the compiler flags in Include/code.h
 # We try to get them from dis to avoid duplication, but fall

eric ide

mercurial