cubicweb/web/views/boxes.py
changeset 11767 432f87a63057
parent 11057 0b59724cb3f2
child 11874 ea1d92b677b5
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    23 Additional boxes (disabled by default):
    23 Additional boxes (disabled by default):
    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 
    29 from cubicweb import _
    29 from cubicweb import _
    30 
    30 
    31 from warnings import warn
    31 from warnings import warn
    32 
    32 
    33 from six import text_type, add_metaclass
    33 from six import text_type, add_metaclass