web/views/boxes.py
changeset 10666 7f6b5f023884
parent 8694 d901c36bcfce
child 10669 155c29e0ed1c
equal deleted inserted replaced
10665:79ff784cd8af 10666:7f6b5f023884
    24 * schema box
    24 * schema box
    25 * possible views box
    25 * possible views box
    26 * startup views box
    26 * startup views box
    27 """
    27 """
    28 __docformat__ = "restructuredtext en"
    28 __docformat__ = "restructuredtext en"
    29 _ = unicode
    29 from cubicweb import _
    30 
    30 
    31 from warnings import warn
    31 from warnings import warn
    32 
    32 
    33 from logilab.mtconverter import xml_escape
    33 from logilab.mtconverter import xml_escape
    34 from logilab.common.deprecation import class_deprecated
    34 from logilab.common.deprecation import class_deprecated