fix indentation in system module

This commit is contained in:
Bernhard B 2019-07-28 18:17:29 +02:00
parent 940172aab1
commit 1598275b25

View file

@ -47,10 +47,10 @@ class Module(bumblebee.engine.Module):
cmd=self.popup)
def update(self, widgets):
pass
pass
def text(self, widget):
return ""
return ""
def _on_command(self, header, text, command):
do_it = True