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.
1 parent 1aabdb3 commit 1ac3e01Copy full SHA for 1ac3e01
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