Closed skade closed 9 years ago
The package doesn't install on python 3.4 because setup.py prints using
setup.py
print "foo"
python3 removed the print statement and requires
print("foo")
All tests pass otherwise.
The package doesn't install on python 3.4 because
setup.py
prints usingpython3 removed the print statement and requires
All tests pass otherwise.