diff options
Diffstat (limited to 'lib/extensions/stitch_plan_preview.py')
| -rw-r--r-- | lib/extensions/stitch_plan_preview.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/stitch_plan_preview.py b/lib/extensions/stitch_plan_preview.py index 12766ad7..75b8e497 100644 --- a/lib/extensions/stitch_plan_preview.py +++ b/lib/extensions/stitch_plan_preview.py @@ -9,7 +9,6 @@ from tempfile import TemporaryDirectory from typing import Optional, Tuple from inkex import BaseElement, Boolean, Image, errormsg -from inkex.command import inkscape from ..commands import add_layer_commands from ..marker import set_marker @@ -20,6 +19,7 @@ from ..svg.tags import (INKSCAPE_GROUPMODE, INKSTITCH_ATTRIBS, XLINK_HREF) from .base import InkstitchExtension from .stitch_plan_preview_undo import reset_stitch_plan +from .utils.inkex_command import inkscape class StitchPlanPreview(InkstitchExtension): |
