add more stuff

This commit is contained in:
chrys
2019-02-04 00:19:21 +01:00
parent d65a3fc596
commit dd84da9849
9 changed files with 41 additions and 44 deletions

View File

@ -16,6 +16,8 @@ class command():
def getDescription(self):
return _('execute v menu entry')
def run(self):
print('EXEC ENTRY')
self.env['runtime']['vmenuManager'].executeMenu()
def setCallback(self, callback):
pass