EmbroidePy / pyembroidery

pyembroidery library for reading and writing a variety of embroidery formats.
MIT License
182 stars 33 forks source link

Unicode 3.6 and 2.7 tweak. #58

Closed tatarize closed 5 years ago

tatarize commented 5 years ago

Should check against basestring unless it's 3.6 and there's no such thing. Should then NameError and set basestring = str and proceed as normal regardless if using 3.6 or 2.7.