equal
deleted
inserted
replaced
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 |