From b024dc57f2edd5c05b40cf9c3426d61169793ecc Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Fri, 17 May 2024 09:56:47 +0200 Subject: fix realistic preview for pyinstaller packaged linux build (#2912) --- lib/extensions/stitch_plan_preview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/extensions/stitch_plan_preview.py') 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): -- cgit v1.2.3