Debugger/DebugServer.py

branch
jsonrpc
changeset 5132
a094eee9f862
parent 5124
1ba8ee313b57
child 5136
b1dde2dc14bd
diff -r 889ed5ff7a68 -r a094eee9f862 Debugger/DebugServer.py
--- a/Debugger/DebugServer.py	Sat Sep 03 18:01:19 2016 +0200
+++ b/Debugger/DebugServer.py	Sat Sep 03 18:02:37 2016 +0200
@@ -31,7 +31,7 @@
 
 
 DebuggerInterfaces = {
-    "Python": "DebuggerInterfacePython",
+    "Python2": "DebuggerInterfacePython2",
     "Python3": "DebuggerInterfacePython3",
     "None": "DebuggerInterfaceNone",
 }

eric ide

mercurial