Debugger/DebuggerInterfacePython3.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
child 27
1018a0347ae9
--- 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

eric ide

mercurial