mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-05 00:31:37 -07:00
Use six.moves to import configparser
This commit is contained in:
parent
1674b47445
commit
50932ce556
1 changed files with 1 additions and 5 deletions
|
@ -124,11 +124,7 @@ from boto import rds
|
||||||
from boto import route53
|
from boto import route53
|
||||||
import six
|
import six
|
||||||
|
|
||||||
try:
|
from six.moves import configparser
|
||||||
import ConfigParser as configparser
|
|
||||||
except:
|
|
||||||
import configparser
|
|
||||||
|
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue