]> granicus.if.org Git - python/commitdiff
Make None return explicit
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 4 Jun 2002 21:00:20 +0000 (21:00 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 4 Jun 2002 21:00:20 +0000 (21:00 +0000)
Lib/distutils/command/build_py.py

index 388d3cbc9ea0aa4f46094f5d2ff9cc2d2a92756f..0ab72c08f4b2165ca7979b7a78d8db337f85e875 100644 (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 ()