wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 79bbf50cb81c2233f45fdc0133c35f8b80c4448e
parent 4b51770266ae42c5dd87079ff7c0d6a15d8184ea
Author: Kris Maglione <jg@suckless.org>
Date:   Wed, 21 Oct 2009 14:22:45 -0400

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

Diffstat:
alternative_wmiircs/python/pygmi/fs.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/alternative_wmiircs/python/pygmi/fs.py b/alternative_wmiircs/python/pygmi/fs.py @@ -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