Allow packages with only one source file
A number of packages have only one source file + __init__.py
. __init__.py
isn't needed for Python 3, but removing it broke the builds because build.py
was assuming there would be at least two files in a package.