mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-10 22:55:27 +01:00
Replace deprecated module_utils imports: - ansible.module_utils._text -> ansible.module_utils.common.text.converters - ansible.module_utils.common._collections_compat -> collections.abc Fixes #686
9 lines
509 B
Text
9 lines
509 B
Text
tests/utils/shippable/timing.py shebang
|
|
plugins/callback/cgroup_perf_recap.py pylint:ansible-bad-import-from
|
|
plugins/modules/mount.py pylint:ansible-bad-import-from
|
|
plugins/modules/sysctl.py pylint:ansible-bad-import-from
|
|
plugins/shell/csh.py pylint:ansible-bad-import-from
|
|
plugins/shell/fish.py pylint:ansible-bad-import-from
|
|
tests/unit/mock/procenv.py pylint:ansible-bad-import-from
|
|
tests/unit/mock/yaml_helper.py pylint:ansible-bad-import-from
|
|
tests/unit/modules/conftest.py pylint:ansible-bad-import-from
|