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/tiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tiles.py') diff --git a/lib/tiles.py b/lib/tiles.py index 00d837b3..30b1b2ed 100644 --- a/lib/tiles.py +++ b/lib/tiles.py @@ -8,7 +8,7 @@ import networkx as nx from shapely.geometry import LineString, MultiLineString from shapely.prepared import prep -from .debug import debug +from .debug.debug import debug from .i18n import _ from .svg import apply_transforms from .utils import Point, cache, get_bundled_dir, guess_inkscape_config_path -- cgit v1.2.3