DebugClients/Python3/DebugConfig.py

changeset 3021
801289962f4e
parent 2302
f29e9405c851
child 3032
927a2f8b3669
--- a/DebugClients/Python3/DebugConfig.py	Mon Oct 14 19:30:36 2013 +0200
+++ b/DebugClients/Python3/DebugConfig.py	Mon Oct 14 20:08:19 2013 +0200
@@ -7,11 +7,13 @@
 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'
+]

eric ide

mercurial