summaryrefslogtreecommitdiff
path: root/lib/elements/stroke.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/elements/stroke.py')
-rw-r--r--lib/elements/stroke.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/elements/stroke.py b/lib/elements/stroke.py
index 360e3744..48662b6d 100644
--- a/lib/elements/stroke.py
+++ b/lib/elements/stroke.py
@@ -1,7 +1,8 @@
import sys
-from .. import _, Point
+
from .element import param, EmbroideryElement, Patch
-from ..utils import cache
+from ..i18n import _
+from ..utils import cache, Point
warned_about_legacy_running_stitch = False