[modules] Re-enable "disk" module

This commit is contained in:
Tobias Witek 2016-11-05 13:23:46 +01:00
parent 286aff2aa0
commit bd0089dac0
4 changed files with 23 additions and 10 deletions

View file

@ -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