Just use the python 2 url parsers instead of trying to pull it out of requests
[htsworkflow.git] / htsworkflow / submission / encoded.py
index 1228d387f015a39a9da12c8ad5ca296d218c68de..e935dbccd829be1b9eb750fbebef66bbd58c6c23 100644 (file)
@@ -10,9 +10,8 @@ import logging
 import json
 import jsonschema
 import requests
-from requests.utils import urlparse, urlunparse
 import types
-from urlparse import urljoin
+from urlparse import urljoin, urlparse, urlunparse
 
 LOGGER = logging.getLogger(__name__)