fix indentation in system module
This commit is contained in:
parent
940172aab1
commit
1598275b25
1 changed files with 2 additions and 2 deletions
|
@ -47,10 +47,10 @@ class Module(bumblebee.engine.Module):
|
||||||
cmd=self.popup)
|
cmd=self.popup)
|
||||||
|
|
||||||
def update(self, widgets):
|
def update(self, widgets):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def text(self, widget):
|
def text(self, widget):
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
def _on_command(self, header, text, command):
|
def _on_command(self, header, text, command):
|
||||||
do_it = True
|
do_it = True
|
||||||
|
|
Loading…
Reference in a new issue