Skip to content

Check 'not PY2' instead of PY3

Duncan Macleod requested to merge github/fork/duncanmmacleod/no-PY3 into develop

This PR modifies usage of six.PY2 and six.PY3 so that the relevant statements work for python > 3. Its nice to be ahead of the game.

Merge request reports