source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/gluon/contrib/simplejson.py

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 227 bytes
Line 
1# -*- coding: utf-8 -*-
2"""
3Dummy simplejson module for backwards compatibility with applications that import simplejson from gluon.contrib
4
5TODO: Remove this.
6"""
7from json import *
8
9class JSONDecodeError(ValueError):
10    pass
Note: See TracBrowser for help on using the repository browser.