Make None return explicit

This commit is contained in:
Jeremy Hylton 2002-06-04 21:00:20 +00:00
parent c58e984837
commit 11a52708f7

View file

@ -181,7 +181,7 @@ class build_py (Command):
# Either not in a package at all (__init__.py not expected), or
# __init__.py doesn't exist -- so don't return the filename.
return
return None
# check_package ()