Fixed a code style issue.

Sun, 18 Oct 2015 14:53:33 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 18 Oct 2015 14:53:33 +0200
changeset 4495
b99a70d5cb4b
parent 4492
1a958c27b767
child 4496
4857c41eafd6

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",
 ]
 

eric ide

mercurial