kopia lustrzana https://github.com/EmbroidePy/pyembroidery
Merge pull request #135 from B01ana/B01ana-patch-1
Add missing 'extensions' key for ZHSpull/138/head
commit
9bc10c7d87
|
@ -1330,6 +1330,7 @@ class EmbPattern:
|
||||||
yield ({
|
yield ({
|
||||||
"description": "Zeng Hsing Embroidery Format",
|
"description": "Zeng Hsing Embroidery Format",
|
||||||
"extension": "zhs",
|
"extension": "zhs",
|
||||||
|
"extensions": ("zhs",),
|
||||||
"mimetype": "application/x-zhs",
|
"mimetype": "application/x-zhs",
|
||||||
"category": "embroidery",
|
"category": "embroidery",
|
||||||
"reader": ZhsReader
|
"reader": ZhsReader
|
||||||
|
|
Ładowanie…
Reference in New Issue