diff -r 9e3452188615 -r b946699e9e79 src/eric7/DebugClients/Python/eric7dbgstub.py --- a/src/eric7/DebugClients/Python/eric7dbgstub.py Wed May 24 09:44:18 2023 +0200 +++ b/src/eric7/DebugClients/Python/eric7dbgstub.py Wed May 24 10:31:09 2023 +0200 @@ -9,14 +9,12 @@ import os import sys -import sysconfig from eric7.Globals import getConfig debugger = None __scriptname = None -modDir = sysconfig.get_path("platlib") ericpath = os.getenv("ERICDIR", getConfig("ericDir")) if ericpath not in sys.path: