mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 10:16:17 +03:00
Clean up new lines
This commit is contained in:
parent
ae45b38286
commit
e5d169a440
3
setup.py
3
setup.py
|
@ -424,9 +424,10 @@ class pil_build_ext(build_ext):
|
||||||
print("To add a missing option, make sure you have the required")
|
print("To add a missing option, make sure you have the required")
|
||||||
print("library, and set the corresponding ROOT variable in the")
|
print("library, and set the corresponding ROOT variable in the")
|
||||||
print("setup.py script.")
|
print("setup.py script.")
|
||||||
print("\n")
|
print("")
|
||||||
|
|
||||||
print("To check the build, run the selftest.py script.")
|
print("To check the build, run the selftest.py script.")
|
||||||
|
print("")
|
||||||
|
|
||||||
def check_zlib_version(self, include_dirs):
|
def check_zlib_version(self, include_dirs):
|
||||||
# look for unsafe versions of zlib
|
# look for unsafe versions of zlib
|
||||||
|
|
Loading…
Reference in New Issue
Block a user