2019-07-26 08:51:09 -07:00
|
|
|
empty-init
|
|
|
|
==========
|
2017-07-14 06:24:45 -07:00
|
|
|
|
2017-11-30 15:47:38 -08: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 06:24:45 -07:00
|
|
|
|
|
|
|
- ``lib/ansible/modules/``
|
2017-11-30 15:47:38 -08:00
|
|
|
- ``lib/ansible/module_utils/``
|
2017-07-14 06:24:45 -07:00
|
|
|
- ``test/units/``
|