2019-07-26 17:51:09 +02:00
|
|
|
empty-init
|
|
|
|
==========
|
2017-07-14 15:24:45 +02:00
|
|
|
|
2017-12-01 00:47:38 +01:00
|
|
|
The ``__init__.py`` files under the following directories must be empty. For some of these (modules
|
|
|
|
and tests), ``__init__.py`` files with code won't be used. For others (module_utils), we want the
|
|
|
|
possibility of using Python namespaces which an empty ``__init__.py`` will allow for.
|
2017-07-14 15:24:45 +02:00
|
|
|
|
|
|
|
- ``lib/ansible/modules/``
|
2017-12-01 00:47:38 +01:00
|
|
|
- ``lib/ansible/module_utils/``
|
2017-07-14 15:24:45 +02:00
|
|
|
- ``test/units/``
|