Debugger/Config.py

changeset 2988
f53c03574697
parent 2302
f29e9405c851
child 3032
927a2f8b3669
child 3057
10516539f238
diff -r c99695c0f13a -r f53c03574697 Debugger/Config.py
--- a/Debugger/Config.py	Sun Oct 06 18:02:21 2013 +0200
+++ b/Debugger/Config.py	Sun Oct 06 19:00:04 2013 +0200
@@ -51,7 +51,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