gitenberg-dev / giten_site

django repo for running the GITenberg website
http://www.gitenberg.org
40 stars 5 forks source link

changed print statements to make them compatible with python 3 #61

Closed bdr99 closed 6 years ago

bdr99 commented 6 years ago

Note that this will not actually not work in python 3 yet, because the gitberg dependency currently still requires python 2. https://github.com/gitenberg-dev/gitberg/pull/140 should fix this.

eshellman commented 6 years ago

do the tests pass?

eshellman commented 6 years ago

I think you need to add

from future import print_function

to the imports so as not to break python 2