mirror of
https://github.com/0intro/wmii
synced 2024-11-22 13:52:17 +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
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user