--- 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