mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Fixed broken renames in qml
This commit is contained in:
parent
59767ec560
commit
8b3f1bacb2
4 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
from UM.Backend.Backend import Backend
|
||||
|
||||
class CuraEngineBackend(Backend):
|
||||
class UMEngineBackend(Backend):
|
||||
def __init__(self):
|
||||
super(CuraEngineBackend,self).__init__()
|
||||
super(UMEngineBackend,self).__init__()
|
Loading…
Add table
Add a link
Reference in a new issue