[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
1 changed files with 1 additions and 0 deletions

View File

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