From: Jeremy Hylton Date: Tue, 4 Jun 2002 21:00:20 +0000 (+0000) Subject: Make None return explicit X-Git-Tag: v2.3c1~5469 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11a52708f7f2223b335734e584e2ba30eae74a5f;p=python Make None return explicit --- diff --git a/Lib/distutils/command/build_py.py b/Lib/distutils/command/build_py.py index 388d3cbc9e..0ab72c08f4 100644 --- a/Lib/distutils/command/build_py.py +++ b/Lib/distutils/command/build_py.py @@ -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 ()