Debugger/DebugServer.py

changeset 4480
2dec66f0b518
parent 4476
43ff14cde5e3
child 4495
b99a70d5cb4b
diff -r fd9ceecf5a65 -r 2dec66f0b518 Debugger/DebugServer.py
--- a/Debugger/DebugServer.py	Sat Oct 03 14:09:05 2015 +0200
+++ b/Debugger/DebugServer.py	Sat Oct 03 14:37:29 2015 +0200
@@ -33,7 +33,7 @@
 DebuggerInterfaces = [
     "DebuggerInterfacePython",
     "DebuggerInterfacePython3",
-    "DebuggerInterfaceRuby",
+##    "DebuggerInterfaceRuby",
     "DebuggerInterfaceNone",
 ]
 
@@ -331,7 +331,7 @@
         """
         languages = list(self.__clientCapabilities.keys())
         try:
-            del languages[languages.index("None")]
+            languages.remove("None")
         except ValueError:
             pass    # it is not in the list
         

eric ide

mercurial