Commit 50932ce5 by Paul Logston

Use six.moves to import configparser

parent 1674b474
......@@ -124,11 +124,7 @@ from boto import rds
from boto import route53
import six
try:
import ConfigParser as configparser
except:
import configparser
from six.moves import configparser
from collections import defaultdict
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment