1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Use six.moves to import configparser in cloudforms script (#54465)

This commit is contained in:
Alan Rominger 2019-04-08 13:15:17 -04:00 committed by Sam Doran
parent b27c4caa49
commit d930eaf7d8

View file

@ -22,7 +22,7 @@
from __future__ import print_function
import argparse
import ConfigParser
from ansible.module_utils.six.moves import configparser as ConfigParser
import os
import re
from time import time