synapse-product/synapse/app
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
_base.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
admin_cmd.py Directly import json from the standard library. (#8259) 2020-09-08 07:33:48 -04:00
appservice.py
client_reader.py
event_creator.py
federation_reader.py
federation_sender.py
frontend_proxy.py
generic_worker.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
homeserver.py Convert the main methods run by the reactor to async. (#8213) 2020-09-02 07:44:50 -04:00
media_repository.py
pusher.py
synchrotron.py
user_dir.py