mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 16:28:43 -03:30
backport fix to run cloudforms script in py3
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