Skip to content

Remove __init__.py with no meaningful python scripts in the directory

Stewart Martin-Haugh requested to merge smh/athena:remove_missing__init__ into master

Several places had:

atlas_install_python_modules( python/*.py )

and nothing but a single __init__.py in the directory. Removed these.

There were a few edge cases which involve auto-generated python, so I've left these.

Merge request reports