From 731ac2868e30dbccf5771abf79564d8bab1156c2 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sun, 27 Jul 2025 07:28:20 +0200 Subject: rename pyembroidery to pystitch (#3889) ... and remove it as a submodule (use pip to install) --- lib/threads/color.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/threads/color.py') diff --git a/lib/threads/color.py b/lib/threads/color.py index 335dc32b..6644e5ec 100644 --- a/lib/threads/color.py +++ b/lib/threads/color.py @@ -7,7 +7,7 @@ import colorsys from inkex import Color, ColorError -from pyembroidery.EmbThread import EmbThread +from pystitch.EmbThread import EmbThread class ThreadColor(object): @@ -89,7 +89,7 @@ class ThreadColor(object): return "#%s" % self.hex_digits @property - def pyembroidery_thread(self): + def pystitch_thread(self): return { "name": self.name, "id": self.number, -- cgit v1.2.3