Debugger/DebuggerInterfacePython3.py

changeset 3926
6492acd0a352
parent 3670
f0cb7579c0b4
child 4021
195a471c327b
--- a/Debugger/DebuggerInterfacePython3.py	Wed Nov 12 19:02:33 2014 +0100
+++ b/Debugger/DebuggerInterfacePython3.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(
             str(Preferences.getSystem("StringEncoding")))
         

eric ide

mercurial