Open ShaneDrury opened 10 years ago
Add Python 2 & 3 compatibility using six.
six
This is good! I think you can also import from future to achieve this?
Add Python 2 & 3 compatibility using
six
.