diff options
| author | Lex Neva <github.com@lexneva.name> | 2021-08-07 11:21:13 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2021-08-07 11:21:13 -0400 |
| commit | 84cb4e2c333d331eb863714797a55589f41e51b2 (patch) | |
| tree | aaf46187dd21e719600875bf432349ad1ce31530 /lib/elements/stroke.py | |
| parent | 12ef0c84aa732623b210fdce1a7b8301aa435217 (diff) | |
move StitchGroup into lib.stitch_plan
Diffstat (limited to 'lib/elements/stroke.py')
| -rw-r--r-- | lib/elements/stroke.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/elements/stroke.py b/lib/elements/stroke.py index 76e80688..9fcb4e21 100644 --- a/lib/elements/stroke.py +++ b/lib/elements/stroke.py @@ -7,11 +7,12 @@ import sys import shapely.geometry +from .element import EmbroideryElement, param from ..i18n import _ +from ..stitch_plan import StitchGroup from ..stitches import bean_stitch, running_stitch from ..svg import parse_length_with_units from ..utils import Point, cache -from .element import EmbroideryElement, StitchGroup, param warned_about_legacy_running_stitch = False |
