DebugClients/Python2/eric6dbgstub.py

changeset 5161
f7b6ded9cc37
parent 5133
b7fe69c6cb1c
--- a/DebugClients/Python2/eric6dbgstub.py	Sat Sep 10 19:32:56 2016 +0200
+++ b/DebugClients/Python2/eric6dbgstub.py	Sun Sep 11 13:11:58 2016 +0200
@@ -33,7 +33,7 @@
         was requested
     """
     global debugger
-    res = 1
+    res = True
     try:
         if kind == "standard":
             import DebugClient
@@ -45,7 +45,7 @@
             raise ValueError
     except ImportError:
         debugger = None
-        res = 0
+        res = False
         
     return res
 

eric ide

mercurial