Sun, 18 Oct 2015 14:53:33 +0200
Fixed a code style issue.
Debugger/DebugServer.py | file | annotate | diff | comparison | revisions |
--- a/Debugger/DebugServer.py Sat Oct 10 12:48:07 2015 +0200 +++ b/Debugger/DebugServer.py Sun Oct 18 14:53:33 2015 +0200 @@ -33,7 +33,7 @@ DebuggerInterfaces = [ "DebuggerInterfacePython", "DebuggerInterfacePython3", -## "DebuggerInterfaceRuby", + ## "DebuggerInterfaceRuby", "DebuggerInterfaceNone", ]