0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-01 05:59:00 +02:00
synapse/synapse/app
NotAFile 2cc9f76bc3 replace old style error catching with 'as' keyword
This is both easier to read and compatible with python3 (not that that
matters)

Signed-off-by: Adrian Tschira <nota@notafile.com>
2018-03-15 16:11:17 +01:00
..
__init__.py Fix flake8 violation 2016-07-26 11:59:08 +01:00
_base.py Remove logger argument and do not catch replication listener 2017-12-18 20:00:42 +01:00
appservice.py Factor out get_db_conn to HomeServer base class 2018-01-26 00:56:49 +00:00
client_reader.py Don't build handlers on workers unnecessarily 2018-03-13 11:08:10 +00:00
event_creator.py Register membership/state servlets in event_creator 2018-03-14 14:30:06 +00:00
federation_reader.py Don't build handlers on workers unnecessarily 2018-03-13 11:08:10 +00:00
federation_sender.py Factor out get_db_conn to HomeServer base class 2018-01-26 00:56:49 +00:00
frontend_proxy.py Don't build handlers on workers unnecessarily 2018-03-13 11:08:10 +00:00
homeserver.py s/replication_client/federation_client/ 2018-03-13 13:26:52 +00:00
media_repository.py Don't build handlers on workers unnecessarily 2018-03-13 11:08:10 +00:00
pusher.py Move storage functions for push calculations 2018-02-27 13:58:16 +00:00
synchrotron.py Move storage functions for push calculations 2018-02-27 13:58:16 +00:00
synctl.py replace old style error catching with 'as' keyword 2018-03-15 16:11:17 +01:00
user_dir.py Factor out get_db_conn to HomeServer base class 2018-01-26 00:56:49 +00:00