web/views/json.py
changeset 8694 d901c36bcfce
parent 8657 5ab6ec83d5ba
child 8900 010a59e12d89
equal deleted inserted replaced
8693:a6ca96ec8693 8694:d901c36bcfce
    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
       
    21 
    19 
    22 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    23 _ = unicode
    21 _ = unicode
    24 
    22 
    25 from cubicweb.utils import json_dumps
    23 from cubicweb.utils import json_dumps