Tue, 04 Jan 2011 18:18:38 +0100
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: