summaryrefslogtreecommitdiff
path: root/tests/test_output.py
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2025-07-19 22:30:15 +0200
committerGitHub <noreply@github.com>2025-07-19 22:30:15 +0200
commitffc0db1ddf2f790fecaa67cdacec87f207e999e8 (patch)
tree9938f5a242ca6bb1ac045dd7aed96b6097f6c629 /tests/test_output.py
parentfdd3dbc956cd9d2be10bcbf4834e47dd89fcb754 (diff)
Convert to satin internally (3874)
Diffstat (limited to 'tests/test_output.py')
-rw-r--r--tests/test_output.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_output.py b/tests/test_output.py
index afccca7e..9ed63602 100644
--- a/tests/test_output.py
+++ b/tests/test_output.py
@@ -3,7 +3,7 @@ from inkex.tester import TestCase
from inkex.tester.svg import svg
from lib import output
-from lib.elements.utils import node_to_elements
+from lib.elements import node_to_elements
from lib.stitch_plan.stitch_plan import stitch_groups_to_stitch_plan
from lib.svg.tags import INKSTITCH_ATTRIBS