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 --- inkstitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inkstitch.py') diff --git a/inkstitch.py b/inkstitch.py index 95226594..aa0d82b3 100644 --- a/inkstitch.py +++ b/inkstitch.py @@ -110,7 +110,7 @@ if debug_type != 'none': # activate logging for svg # we need to import only after possible modification of sys.path, we disable here flake8 E402 -from lib.debug import debug # noqa: E402 # import global variable debug - don't import whole module +from lib.debug.debug import debug # noqa: E402 # import global variable debug - don't import whole module debug.enable() # perhaps it would be better to find a more relevant name; in fact, it's about logging and svg creation. # log startup info -- cgit v1.2.3