Remove urljoin import

This commit is contained in:
Daniel 2015-09-22 19:14:16 +02:00
parent 5c6b715720
commit 991b6d4fc9

View File

@ -26,7 +26,6 @@ import re
from collections import namedtuple from collections import namedtuple
from base64 import b64encode from base64 import b64encode
from urllib.parse import urljoin
from uuid import uuid4 from uuid import uuid4
from PyQt5.QtCore import QUrl from PyQt5.QtCore import QUrl