cubicweb/devtools/cwtwill.py
changeset 12827 5d1568572895
parent 11057 0b59724cb3f2
--- a/cubicweb/devtools/cwtwill.py	Thu Dec 19 08:13:52 2019 +0100
+++ b/cubicweb/devtools/cwtwill.py	Thu Dec 19 00:59:27 2019 +0100
@@ -20,7 +20,7 @@
 """
 
 import re
-from urllib import quote
+from urllib.parse import quote
 
 from twill import commands as twc