This commit is contained in:
Toke Stuart Jepsen 2020-06-19 08:58:39 +01:00
parent 335b1fecaa
commit 3c3a9bb780

View file

@ -18,9 +18,9 @@ import avalon.api
from .api import config
try:
from urllib.parse import urlparse, parse_qs
from urllib.parse import urlparse
except ImportError:
from urlparse import urlparse, parse_qs
from urlparse import urlparse
log = logging.getLogger(__name__)