Skip to content

WIP: Use six module to provide py3x compatibility

Duncan Macleod requested to merge github/fork/duncanmmacleod/six into master

This PR updates a number of imports for python3 compatibility using the six module.

This adds six as a hard dependency in setup.py.

Merge request reports