--- a/DebugClients/Python/eric4dbgstub.py Sat Jan 02 16:15:57 2010 +0000 +++ b/DebugClients/Python/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