cubicweb/web/views/tableview.py
changeset 11767 432f87a63057
parent 11057 0b59724cb3f2
child 12503 b01dd0ef43aa
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    58 
    58 
    59 .. autoclass:: cubicweb.web.views.tableview.TableMixIn
    59 .. autoclass:: cubicweb.web.views.tableview.TableMixIn
    60    :members:
    60    :members:
    61 """
    61 """
    62 
    62 
    63 __docformat__ = "restructuredtext en"
    63 
    64 from cubicweb import _
    64 from cubicweb import _
    65 
    65 
    66 from warnings import warn
    66 from warnings import warn
    67 from copy import copy
    67 from copy import copy
    68 from types import MethodType
    68 from types import MethodType