mirror of
https://github.com/python/cpython.git
synced 2025-10-28 01:00:34 +00:00
Change 'and' to 'or' in _tkinter test.
This commit is contained in:
parent
930427b892
commit
e86a59af88
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -932,7 +932,7 @@ class PyBuildExt(build_ext):
|
||||||
tcl_includes = find_file('tcl.h', inc_dirs, debian_tcl_include)
|
tcl_includes = find_file('tcl.h', inc_dirs, debian_tcl_include)
|
||||||
tk_includes = find_file('tk.h', inc_dirs, debian_tk_include)
|
tk_includes = find_file('tk.h', inc_dirs, debian_tk_include)
|
||||||
|
|
||||||
if (tcllib is None or tklib is None and
|
if (tcllib is None or tklib is None or
|
||||||
tcl_includes is None or tk_includes is None):
|
tcl_includes is None or tk_includes is None):
|
||||||
# Something's missing, so give up
|
# Something's missing, so give up
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue