Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2019-02-14 15:54:03 +0300
committerGhostkeeper <rubend@tutanota.com>2019-02-14 15:54:03 +0300
commit8c3f7a065d2ea988c65a523aa407f040ef99c367 (patch)
tree4ecdeb0d9bc9e75e8427ebbefeed0004c99a2175 /plugins/XmlMaterialProfile/XmlMaterialUpgrader.py
parent6e883c0431d136ce7be1b07b1675eebe237a21bf (diff)
Remove unused import
Discovered during work on CURA-5787.
Diffstat (limited to 'plugins/XmlMaterialProfile/XmlMaterialUpgrader.py')
-rw-r--r--plugins/XmlMaterialProfile/XmlMaterialUpgrader.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/XmlMaterialProfile/XmlMaterialUpgrader.py b/plugins/XmlMaterialProfile/XmlMaterialUpgrader.py
index 167a9f2849..832a443637 100644
--- a/plugins/XmlMaterialProfile/XmlMaterialUpgrader.py
+++ b/plugins/XmlMaterialProfile/XmlMaterialUpgrader.py
@@ -1,11 +1,10 @@
-# Copyright (c) 2017 Ultimaker B.V.
+# Copyright (c) 2019 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
import xml.etree.ElementTree as ET
from UM.VersionUpgrade import VersionUpgrade
-from cura.CuraApplication import CuraApplication
from .XmlMaterialProfile import XmlMaterialProfile