src/eric7/DebugClients/Python/eric7dbgstub.py

branch
eric7-maintenance
changeset 9449
c982bacca23f
parent 9221
bf71ee032bb4
child 9482
a2bc06a54d9d
diff -r 7965921a8b07 -r c982bacca23f src/eric7/DebugClients/Python/eric7dbgstub.py
--- a/src/eric7/DebugClients/Python/eric7dbgstub.py	Mon Oct 31 09:21:46 2022 +0100
+++ b/src/eric7/DebugClients/Python/eric7dbgstub.py	Mon Oct 31 13:52:10 2022 +0100
@@ -11,7 +11,7 @@
 import sys
 import sysconfig
 
-from eric7config import getConfig
+from eric7.Globals import getConfig
 
 debugger = None
 __scriptname = None

eric ide

mercurial