mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Update references to moved classes so things work again
Contributes to CURA-342
This commit is contained in:
parent
a882c43b2c
commit
ce3a5f7e48
3 changed files with 11 additions and 15 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue