--- a/DebugClients/Python/DebugConfig.py Mon Oct 14 19:30:36 2013 +0200 +++ b/DebugClients/Python/DebugConfig.py Mon Oct 14 20:08:19 2013 +0200 @@ -7,14 +7,16 @@ Module defining type strings for the different Python types. """ -ConfigVarTypeStrings = ['__', 'NoneType', 'type',\ - 'bool', 'int', 'long', 'float', 'complex',\ - 'str', 'unicode', 'tuple', 'list',\ - 'dict', 'dict-proxy', 'set', 'file', 'xrange',\ - 'slice', 'buffer', 'class', 'instance',\ - 'instance method', 'property', 'generator',\ - 'function', 'builtin_function_or_method', 'code', 'module',\ - 'ellipsis', 'traceback', 'frame', 'other'] +ConfigVarTypeStrings = [ + '__', 'NoneType', 'type',\ + 'bool', 'int', 'long', 'float', 'complex',\ + 'str', 'unicode', 'tuple', 'list',\ + 'dict', 'dict-proxy', 'set', 'file', 'xrange',\ + 'slice', 'buffer', 'class', 'instance',\ + 'instance method', 'property', 'generator',\ + 'function', 'builtin_function_or_method', 'code', 'module',\ + 'ellipsis', 'traceback', 'frame', 'other' +] # # eflag: FileType = Python2