8000 fix for setup, convert print to python 3 compatible format · zyq001/python-readability@1ac3e01 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ac3e01

Browse files
fix for setup, convert print to python 3 compatible format
1 parent 1aabdb3 commit 1ac3e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
mac_ver = platform.mac_ver()[0]
99
mac_ver_no = int(mac_ver.split('.')[1])
1010
if mac_ver_no < 9:
11-
print "Using lxml<2.4"
11+
print("Using lxml<2.4")
1212
lxml_requirement = "lxml<2.4"
1313

1414
setup(

0 commit comments

Comments
 (0)
0