mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -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
|
@ -19,7 +19,7 @@ from twisted.internet.protocol import Factory
|
|||
from twisted.internet import defer, reactor
|
||||
from synapse.http.endpoint import matrix_federation_endpoint
|
||||
from synapse.util.logcontext import PreserveLoggingContext
|
||||
import json
|
||||
import simplejson as json
|
||||
import logging
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue