mirror of
https://github.com/0intro/wmii
synced 2024-11-21 21:31:33 +03:00
[pygmi] Call super from Dir constructor. Fixes issue #141.
This commit is contained in:
parent
4b51770266
commit
79bbf50cb8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user