summaryrefslogtreecommitdiff
path: root/lib/elements/utils.py
diff options
context:
space:
mode:
authorKaalleen <reni@allenka.de>2021-06-30 14:05:13 +0200
committerKaalleen <reni@allenka.de>2021-06-30 14:05:13 +0200
commit52d9ee6a6d97b2ea752f5fdd3080a160a3574f82 (patch)
tree8d68fed81c1771b73bded23eef69b0969a1702e9 /lib/elements/utils.py
parenta152e1edea19ae16f8226032f9cd2ded004b168c (diff)
structuring
Diffstat (limited to 'lib/elements/utils.py')
-rw-r--r--lib/elements/utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/elements/utils.py b/lib/elements/utils.py
index cd87cec8..99df7002 100644
--- a/lib/elements/utils.py
+++ b/lib/elements/utils.py
@@ -4,6 +4,7 @@
# Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
from ..commands import is_command
+from ..patterns import is_pattern
from ..svg.tags import (EMBROIDERABLE_TAGS, SVG_IMAGE_TAG, SVG_PATH_TAG,
SVG_POLYLINE_TAG, SVG_TEXT_TAG)
from .auto_fill import AutoFill
@@ -12,7 +13,7 @@ from .element import EmbroideryElement
from .empty_d_object import EmptyDObject
from .fill import Fill
from .image import ImageObject
-from .pattern import PatternObject, is_pattern
+from .pattern import PatternObject
from .polyline import Polyline
from .satin_column import SatinColumn
from .stroke import Stroke