pypingou / fedora-active-user

Reports the recent activity of a Fedora contributor
23 stars 13 forks source link

Fix unicode error and be py3 ready #5

Closed pypingou closed 9 years ago

ralphbean commented 9 years ago

You can add from __future__ import print_function at the very top of the file to make this work on both py2 and py3, no?

pypingou commented 9 years ago

python 2.6 supports print() so I thought that was simple enough :]

(tested on 2.6.6, rhel6)

ralphbean commented 9 years ago

Super duper. :+1:

pypingou commented 9 years ago

Cool, thanks! :)