diff options
-rw-r--r-- | Lib/plat-mac/aetypes.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/plat-mac/aetypes.py b/Lib/plat-mac/aetypes.py index d376e74..ac339e7 100644 --- a/Lib/plat-mac/aetypes.py +++ b/Lib/plat-mac/aetypes.py @@ -521,6 +521,8 @@ class ComponentItem(SelectableItem): def __init__(self, which, fr = None): SelectableItem.__init__(self, self.want, which, fr) + self._propdict = {} + self._elemdict = {} def __repr__(self): if not self.fr: |