src/eric7/DebugClients/Python/eric7dbgstub.py

branch
eric7
changeset 10060
b946699e9e79
parent 9653
e67609152c5e
child 10417
c6011e501282
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:

eric ide

mercurial