cubicweb/uilib.py
changeset 11767 432f87a63057
parent 11057 0b59724cb3f2
child 12508 a8c1ea390400
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    20 
    20 
    21 contains some functions designed to help implementation of cubicweb user
    21 contains some functions designed to help implementation of cubicweb user
    22 interface.
    22 interface.
    23 """
    23 """
    24 
    24 
    25 __docformat__ = "restructuredtext en"
    25 
    26 
    26 
    27 import csv
    27 import csv
    28 import re
    28 import re
    29 from io import StringIO
    29 from io import StringIO
    30 
    30