8000 Merge pull request #68 from digitaldavenyc/python3 · Harry0201/python-readability@83a7ce6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 83a7ce6

Browse files
committed
Merge pull request buriy#68 from digitaldavenyc/python3
fix for setup, convert print to python 3 compatible format
2 parents 1aabdb3 + 1ac3e01 commit 83a7ce6

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