source:
OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/gluon/contrib/simplejson.py
Last change on this file was 42bd667, checked in by , 4 years ago | |
---|---|
|
|
File size: 227 bytes |
Line | |
---|---|
1 | # -*- coding: utf-8 -*- |
2 | """ |
3 | Dummy simplejson module for backwards compatibility with applications that import simplejson from gluon.contrib |
4 | |
5 | TODO: Remove this. |
6 | """ |
7 | from json import * |
8 | |
9 | class JSONDecodeError(ValueError): |
10 | pass |
Note: See TracBrowser
for help on using the repository browser.