diff -r 092aa8fafa4e -r f6ccc31d6e72 Debugger/DebuggerInterfacePython3.py --- a/Debugger/DebuggerInterfacePython3.py Sat Jan 02 16:15:57 2010 +0000 +++ b/Debugger/DebuggerInterfacePython3.py Sat Jan 02 17:09:08 2010 +0000 @@ -23,7 +23,7 @@ import Preferences import Utilities -from eric4config import getConfig +from eric5config import getConfig ##ClientDefaultCapabilities = DebugClientCapabilities.HasAll @@ -949,4 +949,4 @@ if self.qsock is not None: self.qsock.write(cmd.encode('utf8', 'backslashreplace')) else: - self.queue.append(cmd) + self.queue.append(cmd) \ No newline at end of file