cubicweb/devtools/cwtwill.py
changeset 12827 5d1568572895
parent 11057 0b59724cb3f2
equal deleted inserted replaced
12826:c13c0188f8a3 12827:5d1568572895
    18 """cubicweb extensions for twill
    18 """cubicweb extensions for twill
    19 
    19 
    20 """
    20 """
    21 
    21 
    22 import re
    22 import re
    23 from urllib import quote
    23 from urllib.parse import quote
    24 
    24 
    25 from twill import commands as twc
    25 from twill import commands as twc
    26 
    26 
    27 # convenience / consistency renaming
    27 # convenience / consistency renaming
    28 has_text = twc.find
    28 has_text = twc.find