[modules] Re-enable "disk" module
This commit is contained in:
parent
286aff2aa0
commit
bd0089dac0
4 changed files with 23 additions and 10 deletions
|
@ -48,7 +48,12 @@ class Module(object):
|
|||
def state(self):
|
||||
return "default"
|
||||
|
||||
def instance(self):
|
||||
return None
|
||||
|
||||
def next(self):
|
||||
return False
|
||||
|
||||
|
||||
|
||||
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue