Refactoring of USBPrinting plugin

This commit is contained in:
Jaime van Kessel 2015-03-31 09:41:58 +02:00
parent cd888ded32
commit b4df277cc3
9 changed files with 583 additions and 8 deletions

View file

@ -1,5 +1,5 @@
from . import USBPrintDevice
from . import USBPrinterManager
def getMetaData():
return {
'type': 'storage_device',
@ -12,4 +12,4 @@ def getMetaData():
}
def register(app):
return USBPrintDevice.USBPrintDevice()
return USBPrinterManager.USBPrinterManager()