We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1aabdb3 + 1ac3e01 commit 83a7ce6Copy full SHA for 83a7ce6
setup.py
@@ -8,7 +8,7 @@
8
mac_ver = platform.mac_ver()[0]
9
mac_ver_no = int(mac_ver.split('.')[1])
10
if mac_ver_no < 9:
11
- print "Using lxml<2.4"
+ print("Using lxml<2.4")
12
lxml_requirement = "lxml<2.4"
13
14
setup(
0 commit comments