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:
authorfieldOfView <aldo@fieldofview.com>2017-01-24 13:47:02 +0300
committerfieldOfView <aldo@fieldofview.com>2017-01-24 13:47:02 +0300
commitb0ea72834f6884d98b5a9e1273b7aefacf10c210 (patch)
tree4ee8f71c3976678359252574eb3cdb35da045881 /plugins/SolidView
parent5e121e4039feb2359e29908cf304944303137ec1 (diff)
Remove unused import
Remnant from another, less tidy, approach
Diffstat (limited to 'plugins/SolidView')
-rw-r--r--plugins/SolidView/SolidView.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SolidView/SolidView.py b/plugins/SolidView/SolidView.py
index 065b73b24f..893c4ed180 100644
--- a/plugins/SolidView/SolidView.py
+++ b/plugins/SolidView/SolidView.py
@@ -11,7 +11,7 @@ from UM.View.Renderer import Renderer
from UM.Settings.Validator import ValidatorState
from UM.View.GL.OpenGL import OpenGL
-import UM.Qt.Bindings.Theme
+
import cura.Settings
from cura.Settings.ExtruderManager import ExtruderManager