diff options
Diffstat (limited to 'lib/stitches/__init__.py')
| -rw-r--r-- | lib/stitches/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/stitches/__init__.py b/lib/stitches/__init__.py index e052d144..12c636a6 100644 --- a/lib/stitches/__init__.py +++ b/lib/stitches/__init__.py @@ -1,6 +1,6 @@ -from running_stitch import * -from auto_fill import auto_fill -from fill import legacy_fill +from .auto_fill import auto_fill +from .fill import legacy_fill +from .running_stitch import * # Can't put this here because we get a circular import :( #from auto_satin import auto_satin |
