mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-03-07 10:05:18 +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 - ansible.module_utils.six.string_types -> str - ansible.module_utils.six.moves.shlex_quote -> shlex.quote Fixes #686 Co-authored-by: Cursor AI Signed-off-by: Pavel Bar <pbar@redhat.com>
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
|