mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
Fix configparser package to support py2 and py3
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
7e3f6756be
commit
abba302630
1 changed files with 1 additions and 1 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue