UI/BrowserModel.py

branch
6_1_x
changeset 4537
ec6221550141
parent 4529
6becda664299
child 4631
5c1a96925da4
--- a/UI/BrowserModel.py	Wed Nov 04 14:43:14 2015 +0100
+++ b/UI/BrowserModel.py	Wed Nov 04 14:47:53 2015 +0100
@@ -1744,14 +1744,13 @@
     """
     Class implementing the data structure for browser globals items.
     """
-    def __init__(self, parent, attributes, text, isClass=False):
+    def __init__(self, parent, attributes, text):
         """
         Constructor
         
         @param parent parent item
         @param attributes list of attributes
         @param text text to be shown by this item (string)
-        @param isClass flag indicating class attributes (boolean)
         """
         BrowserClassAttributesItem.__init__(self, parent, attributes, text)
 

eric ide

mercurial