mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
Blunty replace json with simplejson
This commit is contained in:
parent
d4abeb8354
commit
4ebbaf0d43
21 changed files with 21 additions and 21 deletions
|
@ -21,7 +21,7 @@ from synapse.api.errors import SynapseError
|
|||
from synapse.types import UserID
|
||||
from .base import ClientV1RestServlet, client_path_pattern
|
||||
|
||||
import json
|
||||
import simplejson as json
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue