cubicweb/web/uihelper.py
changeset 11767 432f87a63057
parent 11057 0b59724cb3f2
child 12567 26744ad37953
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    41 be clearer to read than a bunch of sequential function calls.
    41 be clearer to read than a bunch of sequential function calls.
    42 
    42 
    43 .. autoclass:: cubicweb.web.uihelper.FormConfig
    43 .. autoclass:: cubicweb.web.uihelper.FormConfig
    44 
    44 
    45 """
    45 """
    46 __docformat__ = "restructuredtext en"
    46 
    47 
    47 
    48 from six import add_metaclass
    48 from six import add_metaclass
    49 
    49 
    50 from logilab.common.deprecation import deprecated
    50 from logilab.common.deprecation import deprecated
    51 from cubicweb.web.views import uicfg
    51 from cubicweb.web.views import uicfg