mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils.
This commit is contained in:
parent
72118e5bc7
commit
a863270f04
1 changed files with 2 additions and 2 deletions
|
@ -190,9 +190,9 @@ class build_py (Command):
|
||||||
if not os.path.isfile(module_file):
|
if not os.path.isfile(module_file):
|
||||||
self.warn("file %s (for module %s) not found" %
|
self.warn("file %s (for module %s) not found" %
|
||||||
(module_file, module))
|
(module_file, module))
|
||||||
return False
|
return 0
|
||||||
else:
|
else:
|
||||||
return True
|
return 1
|
||||||
|
|
||||||
# check_module ()
|
# check_module ()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue