--- a/DebugClients/Python/DebugClientBase.py Tue Jan 04 18:18:38 2011 +0100 +++ b/DebugClients/Python/DebugClientBase.py Tue Jan 04 18:44:51 2011 +0100 @@ -16,12 +16,10 @@ import time import imp import re -import distutils.sysconfig - 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 @@ -933,7 +931,7 @@ @return client capabilities (integer) """ try: - import PyProfile + import PyProfile # __IGNORE_WARNING__ try: del sys.modules['PyProfile'] except KeyError: @@ -1935,3 +1933,6 @@ sysPath.insert(0, firstEntry) sysPath.insert(0, '') return sysPath + +# +# eflag: FileType = Python2