Skip to content

Remove the requirement of having an __init__.py in every Python directory

Marco Clemencic requested to merge 307-allow-missing-python-init into master

Python 3 does not require anymore empty __init__.py files (see PEP-420) and we do not support anymore Python 2.7, so we do not need to enforce that every Python directory has an __init__.py.

Closes #307 (closed)

Merge request reports

Loading