diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-08-24 16:30:35 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-08-24 16:30:35 +0100 |
commit | f093873d697f99a59cade944bb68850b017afd09 (patch) | |
tree | 5e2bc1ae66743ebabba5c6ec0e582e261f428959 /scripts-dev/check_event_hash.py | |
parent | Remove syutil dependency in favour of smaller single-purpose libraries (diff) | |
download | synapse-f093873d697f99a59cade944bb68850b017afd09.tar.xz |
Replace syutil references in scripts
Diffstat (limited to 'scripts-dev/check_event_hash.py')
-rw-r--r-- | scripts-dev/check_event_hash.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-dev/check_event_hash.py b/scripts-dev/check_event_hash.py index 679afbd268..7ccae34d48 100644 --- a/scripts-dev/check_event_hash.py +++ b/scripts-dev/check_event_hash.py @@ -1,5 +1,5 @@ from synapse.crypto.event_signing import * -from syutil.base64util import encode_base64 +from unpaddedbase64 import encode_base64 import argparse import hashlib |