Closed brandonrobertz closed 6 years ago
I've testing the bindings and everything works with Python 3.6. Everything except the htmlext.py file. This is a PR to eliminate the Python 2 print hangup for Python 3 compatibility.
htmlext.py
print
Confirmed to work in Python 3.6. Additionally, htmlext.py is still compatible with Python 2.7.
Thank you very much for your contribution!
I've testing the bindings and everything works with Python 3.6. Everything except the
htmlext.py
file. This is a PR to eliminate the Python 2print
hangup for Python 3 compatibility.