Revert "[modules/battery] Fix syntax error"

This reverts commit f236c24b92.
This commit is contained in:
Tobias Witek 2018-01-11 20:26:14 +01:00
parent f236c24b92
commit 166437649c
3 changed files with 3 additions and 13 deletions

View file

@ -17,9 +17,6 @@ class Module(bumblebee.engine.Module):
)
self._text = self.parameter("text", "")
def update(self, widgets):
raise Exception("test")
def text(self, widget):
return self._text