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:
authorDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-07-03 14:09:05 +0300
committerDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-07-03 14:09:05 +0300
commitff6bc9de4e686ba5fbdbd853569e13d472bb1186 (patch)
tree2047c5025f6f51d868b052ac3342995fa63c7071 /plugins/SupportEraser
parentae7875a7567bbc7ccdd808e7055e5becb2a0ec2f (diff)
Fix some more code-style
Diffstat (limited to 'plugins/SupportEraser')
-rw-r--r--plugins/SupportEraser/SupportEraser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/SupportEraser/SupportEraser.py b/plugins/SupportEraser/SupportEraser.py
index 92b42f9abc..44d4831c04 100644
--- a/plugins/SupportEraser/SupportEraser.py
+++ b/plugins/SupportEraser/SupportEraser.py
@@ -4,6 +4,7 @@
from PyQt5.QtCore import Qt, QTimer
from PyQt5.QtWidgets import QApplication
+from UM.Application import Application
from UM.Math.Vector import Vector
from UM.Tool import Tool
from UM.Event import Event, MouseEvent