forked-synapse/synapse/crypto
Adrian Tschira 1515560f5c Use str(e) instead of e.message
Doing this I learned e.message was pretty shortlived, added in 2.6,
they realized it was a bad idea and deprecated it in 2.7

Signed-off-by: Adrian Tschira <nota@notafile.com>
2018-04-15 20:32:42 +02:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
context_factory.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
event_signing.py Fix 500 when joining matrix-dev 2017-11-29 16:00:46 +00:00
keyclient.py Fix logcontxt leak in keyclient (#2465) 2017-09-25 09:51:39 +01:00
keyring.py Use str(e) instead of e.message 2018-04-15 20:32:42 +02:00