Added ignore markers to DebugClientBase to supress syntax warnings. 5_0_x

Tue, 04 Jan 2011 18:18:38 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 04 Jan 2011 18:18:38 +0100
branch
5_0_x
changeset 806
30db18b3c78b
parent 800
4daa1d31f4ba
child 807
ecc71fdd67f1

Added ignore markers to DebugClientBase to supress syntax warnings.

DebugClients/Python3/DebugClientBase.py file | annotate | diff | comparison | revisions
--- a/DebugClients/Python3/DebugClientBase.py	Sun Jan 02 10:28:00 2011 +0100
+++ b/DebugClients/Python3/DebugClientBase.py	Tue Jan 04 18:18:38 2011 +0100
@@ -20,7 +20,7 @@
 
 from DebugProtocol import *
 import DebugClientCapabilities
-from DebugBase import setRecursionLimit, printerr
+from DebugBase import setRecursionLimit, printerr   # __IGNORE_WARNING__
 from AsyncFile import *
 from DebugConfig import ConfigVarTypeStrings
 from FlexCompleter import Completer
@@ -932,7 +932,7 @@
         @return client capabilities (integer)
         """
         try:
-            import PyProfile
+            import PyProfile    # __IGNORE_WARNING__
             try:
                 del sys.modules['PyProfile']
             except KeyError:

eric ide

mercurial