seomoz / shovel

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

Fixed for Python3 #16

Closed bil-bas closed 11 years ago

bil-bas commented 11 years ago

The Python2 style "print" was breaking when installing with Python3, regardless of the request to use 2to3 (sudo pip-3.3 install shovel). Better to manually use Python3 style print function everywhere.