seomoz / shovel

Rake, for Python
MIT License
660 stars 49 forks source link

Python3 compatibility code. #8

Closed bparker98 closed 12 years ago

bparker98 commented 12 years ago

Added future imports to allow print to be used as a function on python 2.6 Changed print statements to use print() Changed a file() call to open() to allow 2to3 to work properly. Updated setup.py to run 2to3 on python3

dlecocq commented 12 years ago

Cheers, thanks!