ansible-community / collection_migration

DONE AND DONE: Was scripts and scenarios for migration from core code to collections
19 stars 26 forks source link

migrate.py should not create empty __init__.py's in collections #450

Closed mkrizek closed 4 years ago

mkrizek commented 4 years ago

From slack:

Collections do not require empty __init__.py files. Normally you would on Python 2, but the Ansible collection loader eliminates the need for them.

bcoca commented 4 years ago

since this does not 'hurt' and does enable common python tools to keep working, going to close and let 'collection maintainers' decide to purge them at later date.