Merge branch 'feature-backup-manager' of https://github.com/Ultimaker/Cura into feature-backup-manager

This commit is contained in:
ChrisTerBeke 2018-05-17 08:52:22 +02:00
commit 8ce05a5831

View File

@ -1,9 +1,10 @@
# Copyright (c) 2017 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from PyQt5.QtCore import pyqtProperty, QUrl, QObject
from PyQt5.QtCore import pyqtProperty, QUrl
from UM.Stage import Stage
class CuraStage(Stage):
def __init__(self, parent = None):