MatrixSynapse/synapse/api
Patrick Cloke 72bec36d50
Directly import json from the standard library. (#8259)
By importing from canonicaljson the simplejson module was still being used
in some situations. After this change the std lib json is consistenty used
throughout Synapse.
2020-09-08 07:33:48 -04:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
auth.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
auth_blocking.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
constants.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
errors.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
filtering.py Directly import json from the standard library. (#8259) 2020-09-08 07:33:48 -04:00
presence.py Convert stream database to async/await. (#8074) 2020-08-17 07:24:46 -04:00
ratelimiting.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
room_versions.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
urls.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00