python3: get urlparse from six (#38094)

This commit is contained in:
Frédéric Péters 2019-11-26 14:24:49 +01:00
parent 3900a8417c
commit 3cb413c581
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ from wcs.qommon.misc import get_variadic_url, simplify
import os
import re
import string
import urlparse
from django.utils.six.moves.urllib import parse as urlparse
try:
import lasso