use six.moves to work around urllib / urllib2 / urlparse to urllib 2to3 cleanup
[htsworkflow.git] / htsworkflow / submission / encoded.py
index 29f6eccd0a8a47a61eb85a99f74e323f52765272..334a03f24db2ec7945aa34d94aff41cdc60c8df0 100644 (file)
@@ -12,7 +12,7 @@ import jsonschema
 import os
 import requests
 import types
-from urlparse import urljoin, urlparse, urlunparse
+from six.moves.urllib.parse import urljoin, urlparse, urlunparse
 
 LOGGER = logging.getLogger(__name__)