j0hnsmith / django-pipeline-browserify

MIT License
37 stars 18 forks source link

Add Python 3.x compatibility. #20

Closed JorrandeWit closed 7 years ago

JorrandeWit commented 7 years ago

Print method changed in Python 3. Old style raised SyntaxError in Python 3 environment.

j0hnsmith commented 7 years ago

Just to confirm, are these changes enough for it to run ok in Python 3?

JorrandeWit commented 7 years ago

It resolves the SyntaxError's for Python 3.x, yes.