summaryrefslogtreecommitdiff
path: root/lib/elements/__init__.py
diff options
context:
space:
mode:
authorKaalleen <reni@allenka.de>2022-01-30 15:48:51 +0100
committerKaalleen <reni@allenka.de>2022-05-04 19:06:44 +0200
commit3d1600ed039c9078bcb4a28328ab60eb96994dfd (patch)
tree57a6d51e108747daa354762ccab8b635e283e7a7 /lib/elements/__init__.py
parent82216b184c669d6dea26672e5c0771146e62ca39 (diff)
* autofill to fillstitch
* remove too complex warning for fillstitch * some marker adjustments
Diffstat (limited to 'lib/elements/__init__.py')
-rw-r--r--lib/elements/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/elements/__init__.py b/lib/elements/__init__.py
index bb5c95ba..00933f36 100644
--- a/lib/elements/__init__.py
+++ b/lib/elements/__init__.py
@@ -3,11 +3,10 @@
# Copyright (c) 2010 Authors
# Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
-from .auto_fill import AutoFill
from .clone import Clone
from .element import EmbroideryElement
from .empty_d_object import EmptyDObject
-#from .fill import Fill
+from .fill_stitch import FillStitch
from .image import ImageObject
from .polyline import Polyline
from .satin_column import SatinColumn