Commit graph

2 commits

Author SHA1 Message Date
Pavel Bar
0c210428cf Fix deprecated imports in tests/unit/mock/procenv.py
Replace deprecated module_utils imports:
- ansible.module_utils._text -> ansible.module_utils.common.text.converters
- ansible.module_utils.six.PY3 -> removed (Python 2 code paths removed)

Fixes #686

Co-authored-by: Cursor AI
Signed-off-by: Pavel Bar <pbar@redhat.com>
2026-02-15 23:56:05 +02:00
Ansible Core Team
6f928621f0 Initial commit 2020-03-09 13:15:28 +00:00