mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Changed indentation to be consistent
This commit is contained in:
parent
38b18115cb
commit
9e994b9e42
5
setup.py
5
setup.py
|
@ -302,12 +302,11 @@ class pil_build_ext(build_ext):
|
|||
self.add_multiarch_paths()
|
||||
|
||||
elif sys.platform.startswith("netbsd"):
|
||||
_add_directory(library_dirs, "/usr/pkg/lib")
|
||||
_add_directory(include_dirs, "/usr/pkg/include")
|
||||
_add_directory(library_dirs, "/usr/pkg/lib")
|
||||
_add_directory(include_dirs, "/usr/pkg/include")
|
||||
|
||||
# FIXME: check /opt/stuff directories here?
|
||||
|
||||
#
|
||||
# locate tkinter libraries
|
||||
|
||||
if _tkinter:
|
||||
|
|
Loading…
Reference in New Issue
Block a user