mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-06-11 19:15:54 +00:00
Replace deprecated module_utils imports: - ansible.module_utils._text -> ansible.module_utils.common.text.converters - ansible.module_utils.six.string_types -> basestring/str (Python 2/3 compatible) Fixes #686 Co-authored-by: Cursor AI Signed-off-by: Pavel Bar <pbar@redhat.com>
6 lines
287 B
Plaintext
6 lines
287 B
Plaintext
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
|