Commit 50932ce5 by Paul Logston

Use six.moves to import configparser

parent 1674b474
...@@ -124,11 +124,7 @@ from boto import rds ...@@ -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:
......
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