even more bits

This commit is contained in:
chrys
2019-02-04 22:04:52 +01:00
parent 457adb8278
commit 57da53e2ea
6 changed files with 15 additions and 39 deletions

View File

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