# HG changeset patch # User Laurent Peuch # Date 1576713567 -3600 # Node ID 5d15685728958d4792ad4272d1342a15221791fc # Parent c13c0188f8a3226d70e3d77bc6d6b6d5f658f4a1 [mypy/fix] Module 'urllib' has no attribute 'quote' diff -r c13c0188f8a3 -r 5d1568572895 cubicweb/devtools/cwtwill.py --- 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