Kaydet (Commit) 0502d89b authored tarafından Jack Jansen's avatar Jack Jansen

Some objects could have uninitialized attributes. Fixed.

üst cbdffcee
...@@ -521,6 +521,8 @@ class ComponentItem(SelectableItem): ...@@ -521,6 +521,8 @@ class ComponentItem(SelectableItem):
def __init__(self, which, fr = None): def __init__(self, which, fr = None):
SelectableItem.__init__(self, self.want, which, fr) SelectableItem.__init__(self, self.want, which, fr)
self._propdict = {}
self._elemdict = {}
def __repr__(self): def __repr__(self):
if not self.fr: if not self.fr:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment