summary refs log tree commit diff
path: root/scripts-dev/check_event_hash.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-08-24 16:30:35 +0100
committerMark Haines <mark.haines@matrix.org>2015-08-24 16:30:35 +0100
commitf093873d697f99a59cade944bb68850b017afd09 (patch)
tree5e2bc1ae66743ebabba5c6ec0e582e261f428959 /scripts-dev/check_event_hash.py
parentRemove syutil dependency in favour of smaller single-purpose libraries (diff)
downloadsynapse-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.py2
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