web/views/json.py
changeset 7877 662ad647306f
parent 7876 df15d194a134
child 8601 1a6000ff2080
equal deleted inserted replaced
7876:df15d194a134 7877:662ad647306f
    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 """json export views"""
    18 """json export views"""
       
    19 
       
    20 from __future__ import with_statement
    19 
    21 
    20 __docformat__ = "restructuredtext en"
    22 __docformat__ = "restructuredtext en"
    21 _ = unicode
    23 _ = unicode
    22 
    24 
    23 from cubicweb.utils import json_dumps
    25 from cubicweb.utils import json_dumps