Replace syutil references in scripts

This commit is contained in:
Mark Haines 2015-08-24 16:30:35 +01:00
parent 78323ccdb3
commit f093873d69
5 changed files with 15 additions and 22 deletions

View file

@ -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