diff options
Diffstat (limited to 'lib/threads/__init__.py')
| -rw-r--r-- | lib/threads/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/threads/__init__.py b/lib/threads/__init__.py index 03cd777b..1081ea14 100644 --- a/lib/threads/__init__.py +++ b/lib/threads/__init__.py @@ -1,3 +1,3 @@ -from color import ThreadColor -from palette import ThreadPalette -from catalog import ThreadCatalog +from .catalog import ThreadCatalog +from .color import ThreadColor +from .palette import ThreadPalette |
