mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Use six.moves to import configparser in cloudforms script (#54465)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user