[modules] Re-enable "disk" module
This commit is contained in:
parent
286aff2aa0
commit
bd0089dac0
4 changed files with 23 additions and 10 deletions
|
@ -24,6 +24,9 @@ class Widget(object):
|
|||
def name(self):
|
||||
return self._obj.__module__
|
||||
|
||||
def instance(self):
|
||||
rv = getattr(self._obj, "instance")()
|
||||
|
||||
def text(self):
|
||||
return self._text
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue