cubicweb/web/views/startup.py
changeset 11767 432f87a63057
parent 11057 0b59724cb3f2
child 12328 b570d3094e32
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    19 
    19 
    20 .. autoclass:: IndexView
    20 .. autoclass:: IndexView
    21 .. autoclass:: ManageView
    21 .. autoclass:: ManageView
    22 """
    22 """
    23 
    23 
    24 __docformat__ = "restructuredtext en"
    24 
    25 from cubicweb import _
    25 from cubicweb import _
    26 
    26 
    27 from logilab.common.textutils import unormalize
    27 from logilab.common.textutils import unormalize
    28 from logilab.common.deprecation import deprecated
    28 from logilab.common.deprecation import deprecated
    29 from logilab.mtconverter import xml_escape
    29 from logilab.mtconverter import xml_escape