8000 Remove print to support python 3 · tanqhnguyen/python-readability@4a0397e · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 4a0397e

Browse files
committed
Remove print to support python 3
1 parent 1d4ee9d commit 4a0397e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
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"
1211
lxml_requirement = "lxml<2.4"
1312

1413
setup(

0 commit comments

Comments
 (0)
0