[pygmi] Call super from Dir constructor. Fixes issue #141.

This commit is contained in:
Kris Maglione 2009-10-21 14:22:45 -04:00
parent 4b51770266
commit 79bbf50cb8

View File

@ -125,6 +125,7 @@ class Dir(Ctl):
changes. In this case, #id will return the actual ID of the changes. In this case, #id will return the actual ID of the
object. object.
""" """
super(Dir, self).__init__()
if id != 'sel': if id != 'sel':
self._id = id self._id = id