DebugClients/Python3/DebugClientBase.py

branch
5_0_x
changeset 806
30db18b3c78b
parent 792
a13346916170
--- 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