diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-07-27 07:28:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-27 07:28:20 +0200 |
| commit | 731ac2868e30dbccf5771abf79564d8bab1156c2 (patch) | |
| tree | 29f3de6e7694b8ce1cac19756e4f143fd29e8bcd /lib/extensions/zip.py | |
| parent | 4dd03c18acbec4c44943c224ea9b66e262e9fd76 (diff) | |
rename pyembroidery to pystitch (#3889)
... and remove it as a submodule (use pip to install)
Diffstat (limited to 'lib/extensions/zip.py')
| -rw-r--r-- | lib/extensions/zip.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/extensions/zip.py b/lib/extensions/zip.py index 13cae7bd..2cee5f04 100644 --- a/lib/extensions/zip.py +++ b/lib/extensions/zip.py @@ -13,7 +13,7 @@ from inkex import Boolean, errormsg from inkex.units import convert_unit from lxml import etree -import pyembroidery +import pystitch from ..i18n import _ from ..output import write_embroidery_file @@ -35,7 +35,7 @@ class Zip(InkstitchExtension): # it's kind of obnoxious that I have to do this... self.formats = [] - for format in pyembroidery.supported_formats(): + for format in pystitch.supported_formats(): if 'writer' in format and format['category'] in ['embroidery', 'color', 'image', 'stitch', 'quilting']: extension = format['extension'] self.arg_parser.add_argument('--format-%s' % extension, type=Boolean, default=False, dest=extension) |
