Skip to content
Snippets Groups Projects
Commit e19af5f7 authored by m431m's avatar m431m :speech_balloon:
Browse files

Merge branch 'fix/urljoin-missing' into 'master'

Fix/urljoin missing

See merge request !1
parents 8683c3bf 8f090e29
No related branches found
No related tags found
1 merge request!1Fix/urljoin missing
......@@ -26,7 +26,7 @@ import os.path
from setuptools import setup
version = '1.1.0'
version = '1.1.1'
def parse_requirements(filename):
......
......@@ -42,6 +42,7 @@ import os
import os.path
try:
from urllib.parse import urlparse
from urllib.parse import urljoin
except ImportError:
from urlparse import urlparse
from urlparse import urljoin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment