fix(urljoin): 2 and 3 compatible (#15401)

This commit is contained in:
Faris Ansari 2018-09-14 15:31:35 +05:30 committed by Nabin Hait
parent 5be3968544
commit 31e5431fe0

View File

@ -184,7 +184,7 @@ def item_sync_postprocess():
def convert_relative_image_urls_to_absolute(items):
from urlparse import urljoin
from six.moves.urllib.parse import urljoin
for item in items:
file_path = item['image']