summaryrefslogtreecommitdiff
path: root/lib/threads/color.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/threads/color.py')
-rw-r--r--lib/threads/color.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/threads/color.py b/lib/threads/color.py
index cc6c0c48..8c596e44 100644
--- a/lib/threads/color.py
+++ b/lib/threads/color.py
@@ -3,6 +3,7 @@ import re
import colorsys
from pyembroidery.EmbThread import EmbThread
+
class ThreadColor(object):
hex_str_re = re.compile('#([0-9a-z]{3}|[0-9a-z]{6})', re.I)