Plugin registering is now done by dict instead of single object or list

This commit is contained in:
Jaime van Kessel 2015-04-22 11:00:12 +02:00
parent 5133d0b2a1
commit 4a965e04b4

View File

@ -16,4 +16,4 @@ def getMetaData():
} }
def register(app): def register(app):
return USBPrinterManager.USBPrinterManager() return {"extension":USBPrinterManager.USBPrinterManager()}