Fix configparser package to support py2 and py3

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Sheidan 2025-07-20 22:38:21 +02:00 committed by GitHub
commit abba302630
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,7 +141,7 @@ EXAMPLES = r"""
import os
import sys
from configparser import ConfigParser
from ansible.module_utils.six.moves.configparser import ConfigParser
from ansible.module_utils.basic import AnsibleModule
from ansible.module_utils.common.respawn import (