bjoernricks / python-quilt

A quilt implementation in python
MIT License
10 stars 3 forks source link

Py 3 compatibility using Six #6

Closed vadmium closed 7 years ago

vadmium commented 7 years ago

This uses Six to replace “basestring” and the StringIO workaround I introduced in Pull Request #2, and to instantiate a metaclass.

I also included a new test case which would indicate that the metaclass was previously not working in Python 3, although it requires syntax fixes from a separate branch to run.

bjoernricks commented 7 years ago

Very nice! Thanks a lot!