cubicweb/web/views/primary.py
changeset 11767 432f87a63057
parent 11057 0b59724cb3f2
child 12503 b01dd0ef43aa
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    35 .. autoclass:: AttributeView
    35 .. autoclass:: AttributeView
    36 .. autoclass:: URLAttributeView
    36 .. autoclass:: URLAttributeView
    37 .. autoclass:: VerbatimAttributeView
    37 .. autoclass:: VerbatimAttributeView
    38 """
    38 """
    39 
    39 
    40 __docformat__ = "restructuredtext en"
    40 
    41 from cubicweb import _
    41 from cubicweb import _
    42 
    42 
    43 from warnings import warn
    43 from warnings import warn
    44 
    44 
    45 from logilab.common.deprecation import deprecated
    45 from logilab.common.deprecation import deprecated