summaryrefslogtreecommitdiff
path: root/lib/threads/color.py
diff options
context:
space:
mode:
authorGeorge Steel <george.steel@gmail.com>2022-12-10 19:27:20 -0500
committerGeorge Steel <george.steel@gmail.com>2022-12-10 19:29:01 -0500
commit2cec72cbbd73b2dece5d15715e2ab8bddd417c69 (patch)
treeaff4569cb68f626e05489a86511fbd4be8325e17 /lib/threads/color.py
parent495a22ea55234e032ac526450fd7969d9aa799c8 (diff)
parente52f889bb0cb208685b3f3ef8271f63ecd318af1 (diff)
Merge branch 'george-steel/expose-trim-after'
Diffstat (limited to 'lib/threads/color.py')
-rw-r--r--lib/threads/color.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/threads/color.py b/lib/threads/color.py
index 85c8948c..458752da 100644
--- a/lib/threads/color.py
+++ b/lib/threads/color.py
@@ -7,9 +7,10 @@ import colorsys
import re
import tinycss2.color3
-from inkex import Color
from pyembroidery.EmbThread import EmbThread
+from inkex import Color
+
class ThreadColor(object):
hex_str_re = re.compile('#([0-9a-z]{3}|[0-9a-z]{6})', re.I)