web/views/forms.py
changeset 7586 b3688b15d7f5
parent 7584 e1881933f366
child 7632 3c9dfc6e820b
equal deleted inserted replaced
7584:e1881933f366 7586:b3688b15d7f5
    39 
    39 
    40 .. autoclass:: cubicweb.web.views.forms.CompositeForm
    40 .. autoclass:: cubicweb.web.views.forms.CompositeForm
    41 
    41 
    42 but you'll use this one rarely.
    42 but you'll use this one rarely.
    43 """
    43 """
       
    44 from __future__ import with_statement
    44 __docformat__ = "restructuredtext en"
    45 __docformat__ = "restructuredtext en"
    45 
    46 
    46 from warnings import warn
    47 from warnings import warn
    47 
    48 
    48 from logilab.common import dictattr, tempattr
    49 from logilab.common import dictattr, tempattr