DebugClients/Python/DebugClientBase.py

branch
5_4_x
changeset 3430
8b6a501db77d
parent 3160
209a07d7e401
child 3515
1b8381afe38f
diff -r 164793bf8a62 -r 8b6a501db77d DebugClients/Python/DebugClientBase.py
--- a/DebugClients/Python/DebugClientBase.py	Tue Mar 25 19:02:57 2014 +0100
+++ b/DebugClients/Python/DebugClientBase.py	Tue Mar 25 19:25:11 2014 +0100
@@ -822,7 +822,7 @@
                 return
             
             if cmd == DebugProtocol.RequestCapabilities:
-                self.write('%s%d, "Python"\n' % (
+                self.write('%s%d, "Python2"\n' % (
                     DebugProtocol.ResponseCapabilities,
                     self.__clientCapabilities()))
                 return

eric ide

mercurial