Fix configparser import

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2018-11-11 18:05:25 -05:00
parent ac9637013c
commit 8643a733c2
+1 -1
View File
@@ -1,5 +1,4 @@
# -*- coding=utf-8 -*-
import configparser
import contextlib
import os
@@ -14,6 +13,7 @@ except ImportError:
import distutils
from appdirs import user_cache_dir
from six.moves import configparser
from six.moves.urllib.parse import unquote
from vistir.compat import Path
from vistir.contextmanagers import cd