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:
softwarefactory-project-zuul[bot] 2019-04-08 18:06:49 +00:00 committed by GitHub
commit d14b71ccee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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