DebugClients/Python3/DebugConfig.py

changeset 3032
927a2f8b3669
parent 3021
801289962f4e
child 3160
209a07d7e401
--- a/DebugClients/Python3/DebugConfig.py	Sat Oct 19 11:14:51 2013 +0200
+++ b/DebugClients/Python3/DebugConfig.py	Sat Oct 19 11:49:31 2013 +0200
@@ -8,12 +8,12 @@
 """
 
 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',\
+    '__', '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