Merge pull request #1907 from andrewshadura/develop

Use signedjson.sign instead of syutil.crypto.jsonsign
pull/1914/head
Erik Johnston 2017-02-13 11:54:24 +01:00 committed by GitHub
commit e1a12e24d2
1 changed files with 1 additions and 1 deletions

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"