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 c5fae38c31
commit abc28cc766

View File

@ -10,5 +10,5 @@ def getMetaData():
} }
def register(app): def register(app):
return CuraEngineBackend.CuraEngineBackend() return {"backend":CuraEngineBackend.CuraEngineBackend()}