do some ajustments, and fix typos

This commit is contained in:
Chrys
2017-06-21 15:05:38 +02:00
parent c8dd57e4b4
commit 756d1d9b99
3 changed files with 16 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ class command():
return _('exits Fenrir')
def run(self):
self.env['eventManager'].stopMainEventLoop()
self.env['runtime']['eventManager'].stopMainEventLoop()
def setCallback(self, callback):
pass