cubicweb/web/views/reledit.py
changeset 11767 432f87a63057
parent 11334 4f2382b08e32
child 12503 b01dd0ef43aa
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """edit entity attributes/relations from any view, without going to the entity
    18 """edit entity attributes/relations from any view, without going to the entity
    19 form
    19 form
    20 """
    20 """
    21 
    21 
    22 __docformat__ = "restructuredtext en"
    22 
    23 from cubicweb import _
    23 from cubicweb import _
    24 
    24 
    25 import copy
    25 import copy
    26 from warnings import warn
    26 from warnings import warn
    27 
    27