inkstitch / pyembroidery

libembroidery/EmbroideryFormats converted to python
MIT License
72 stars 28 forks source link

python2 support #3

Closed lexelby closed 6 years ago

lexelby commented 6 years ago

Two categories of changes were necessary for Python 2 support:

Unfortunately, type hinting for function definitions isn't supported in Python 2. Shame, because it's a good idea.