mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Merge pull request #3643 from AlanCoding/cloudforms_py3
Backport fix to run cloudforms script in py3 Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
d14b71ccee
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user