ShaneDrury / pyon

Pyon
1 stars 0 forks source link

Python 2/3 compatibility #1

Open ShaneDrury opened 10 years ago

ShaneDrury commented 10 years ago

Add Python 2 & 3 compatibility using six.

mspraggs commented 10 years ago

This is good! I think you can also import from future to achieve this?