Update 50000-UpdateDevices.py

This commit is contained in:
chrys87 2018-05-17 09:31:15 +02:00 committed by GitHub
parent 79d877f760
commit c0691c7daf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,6 @@ class command():
def getDescription(self):
return 'No description found'
def run(self):
self.env['runtime']['inputManager'].updateInputDevices()
pass
def setCallback(self, callback):
pass