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/debug/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/debug/utils.py') diff --git a/lib/debug/utils.py b/lib/debug/utils.py index 9618d173..10d840d9 100644 --- a/lib/debug/utils.py +++ b/lib/debug/utils.py @@ -5,7 +5,7 @@ # this file is without: import inkex # - we need dump argv and sys.path as is on startup from inkscape -# - later sys.path may be modified that influences importing inkex (see prefere_pip_inkex) +# - later sys.path may be modified that influences importing inkex (see prefer_pip_inkex) import os import sys -- cgit v1.2.3