Use signedjson.sign instead of syutil.crypto.jsonsign

Functions from syutil.crypto.jsonsign are now available in
signedjson, so use that instead of depending on syutil.

Signed-off-by: Andrew Shadura <andrew@shadura.me>
This commit is contained in:
Andrew Shadura 2017-02-12 09:54:56 +01:00
parent 5c3cb8778a
commit 6a3743b0d4
No known key found for this signature in database
GPG key ID: 9D5B23F9184FA514

View file

@ -32,7 +32,7 @@ import urlparse
import nacl.signing
import nacl.encoding
from syutil.crypto.jsonsign import verify_signed_json, SignatureVerifyException
from signedjson.sign import verify_signed_json, SignatureVerifyException
CONFIG_JSON = "cmdclient_config.json"