Debugger/Config.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2988
f53c03574697
child 3060
5883ce99ee12
diff -r 9986ec0e559a -r 10516539f238 Debugger/Config.py
--- a/Debugger/Config.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Debugger/Config.py	Fri Oct 18 23:00:41 2013 +0200
@@ -53,7 +53,7 @@
             'Hidden Attributes', 'None', 'Type', 'Boolean', 'Integer',
             'Long Integer', 'Float', 'Complex', 'String', 'Unicode String',
             'Tuple', 'List/Array', 'Dictionary/Hash/Map', 'Dictionary Proxy',
-            'Set', 'File', 'X Range', 'Slice', 'Buffer', 'Class', 'Class Instance',
-            'Class Method', 'Class Property', 'Generator', 'Function',
-            'Builtin Function', 'Code', 'Module', 'Ellipsis',
+            'Set', 'File', 'X Range', 'Slice', 'Buffer', 'Class',
+            'Class Instance', 'Class Method', 'Class Property', 'Generator',
+            'Function', 'Builtin Function', 'Code', 'Module', 'Ellipsis',
             'Traceback', 'Frame', 'Other']

eric ide

mercurial