fix actual test failure

This commit is contained in:
Friedrich Lindenberg 2019-01-31 18:22:42 +01:00
parent 75ff90554b
commit bc1ac231f3

View File

@ -3,7 +3,7 @@ from hashlib import sha1
try: try:
from collections.abc import Iterable from collections.abc import Iterable
except ImportError: except ImportError:
from collections as Iterable from collections import Iterable
from collections import OrderedDict from collections import OrderedDict
from six.moves.urllib.parse import urlparse from six.moves.urllib.parse import urlparse