mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
the ConfigParser module was renamed to configparser in Python3. Use six.moves to import it so that the modules will function on Python3.