Commit 11a52708 authored by Jeremy Hylton's avatar Jeremy Hylton

Make None return explicit

parent c58e9848
......@@ -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 ()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment