changeset: 2560:588aa236c05d
tag: tip
user: Kris Maglione <jg_AT_suckless.org>
date: Wed Oct 21 14:22:45 2009 -0400
files: alternative_wmiircs/python/pygmi/fs.py
description:
[pygmi] Call super from Dir constructor. Fixes issue #141.
diff -r 098e81d3fa26 -r 588aa236c05d alternative_wmiircs/python/pygmi/fs.py
--- a/alternative_wmiircs/python/pygmi/fs.py Wed Oct 21 00:03:59 2009 -0400
+++ b/alternative_wmiircs/python/pygmi/fs.py Wed Oct 21 14:22:45 2009 -0400
@@ -125,6 +125,7 @@
changes. In this case, #id will return the actual ID of the
object.
"""
+ super(Dir, self).__init__()
if id != 'sel':
self._id = id
Received on Wed Oct 21 2009 - 18:23:08 UTC
This archive was generated by hypermail 2.2.0 : Wed Oct 21 2009 - 18:24:06 UTC