From bf42ef00ca315e78c0069c01d97517e3786f2135 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sat, 11 May 2024 08:14:40 +0200 Subject: Update inkex (#2892) * fix currentColor * fix pip inkex import * fix color block extension --- lib/elements/satin_column.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/elements/satin_column.py') diff --git a/lib/elements/satin_column.py b/lib/elements/satin_column.py index 9cf7bc73..6acb2f52 100644 --- a/lib/elements/satin_column.py +++ b/lib/elements/satin_column.py @@ -14,7 +14,7 @@ from shapely import affinity as shaffinity from shapely import geometry as shgeo from shapely.ops import nearest_points -from ..debug import debug +from ..debug.debug import debug from ..i18n import _ from ..metadata import InkStitchMetadata from ..stitch_plan import StitchGroup -- cgit v1.2.3