web/views/tableview.py
branchstable
changeset 5528 5d1b2ae7d459
parent 5504 97ed78b54956
child 5529 7446f5807b33
equal deleted inserted replaced
5526:4fcb0c132098 5528:5d1b2ae7d459
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """generic table view, including filtering abilities
    18 """generic table view, including filtering abilities"""
    19 
       
    20 
       
    21 """
       
    22 __docformat__ = "restructuredtext en"
    19 __docformat__ = "restructuredtext en"
    23 
    20 
    24 try:
    21 try:
    25     from json import dumps
    22     from json import dumps
    26 except ImportError:
    23 except ImportError: