DebugClients/Python3/eric4dbgstub.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
--- a/DebugClients/Python3/eric4dbgstub.py	Sat Jan 02 16:15:57 2010 +0000
+++ b/DebugClients/Python3/eric4dbgstub.py	Sat Jan 02 17:09:08 2010 +0000
@@ -11,7 +11,7 @@
 import sys
 import distutils.sysconfig
 
-from eric4config import getConfig
+from eric5config import getConfig
 
 debugger = None
 __scriptname = None
@@ -79,4 +79,4 @@
     global debugger
     if debugger:
         debugger.startDebugger(enableTrace = enableTrace, exceptions = exceptions, 
-            tracePython = tracePython, redirect = redirect)
+            tracePython = tracePython, redirect = redirect)
\ No newline at end of file

eric ide

mercurial