cubicweb/web/cors.py
changeset 12567 26744ad37953
parent 11348 70337ad23145
--- a/cubicweb/web/cors.py	Fri Apr 05 17:21:14 2019 +0200
+++ b/cubicweb/web/cors.py	Fri Apr 05 17:58:19 2019 +0200
@@ -29,7 +29,7 @@
 
 """
 
-from six.moves.urllib.parse import urlsplit
+from urllib.parse import urlsplit
 
 from cubicweb.web import LOGGER
 info = LOGGER.info