Update references to moved classes so things work again

Contributes to CURA-342
This commit is contained in:
Arjen Hiemstra 2016-07-04 12:08:38 +02:00
parent a882c43b2c
commit ce3a5f7e48
3 changed files with 11 additions and 15 deletions

View file

@ -58,5 +58,6 @@ class ContainerManager(QObject):
containers[0].setMetaDataEntry(entry_name, entry_value)
def createContainerManager(engine, js_engine):
return ContainerManager()
@staticmethod
def createContainerManager(engine, js_engine):
return ContainerManager()