Merge pull request #68 from digitaldavenyc/python3

fix for setup, convert print to python 3 compatible format
pull/60/merge
Yuri Baburov 9 years ago
commit 83a7ce67c1

@ -8,7 +8,7 @@ if sys.platform == 'darwin':
mac_ver = platform.mac_ver()[0]
mac_ver_no = int(mac_ver.split('.')[1])
if mac_ver_no < 9:
print "Using lxml<2.4"
print("Using lxml<2.4")
lxml_requirement = "lxml<2.4"
setup(

Loading…
Cancel
Save