Debugger/DebuggerInterfacePython.py

branch
5_5_x
changeset 3925
5afc73bf9c57
parent 3640
2bf828881e86
diff -r bb7b2836a693 -r 5afc73bf9c57 Debugger/DebuggerInterfacePython.py
--- a/Debugger/DebuggerInterfacePython.py	Tue Nov 11 19:14:58 2014 +0100
+++ b/Debugger/DebuggerInterfacePython.py	Sat Nov 15 15:57:33 2014 +0100
@@ -73,9 +73,13 @@
         
         self.qsock = None
         self.queue = []
+        
         # set default values for capabilities of clients
         self.clientCapabilities = ClientDefaultCapabilities
         
+        # set translation function
+        self.translate = self.__identityTranslation
+        
         self.codec = QTextCodec.codecForName(
             Preferences.getSystem("StringEncoding"))
         

eric ide

mercurial