it's fine to use M2Crypto, but you must import it :-)

This commit is contained in:
Seth Schoen 2012-07-12 12:39:54 -07:00
parent f907899358
commit 49d70c0966

View file

@ -4,7 +4,7 @@ import web, redis, time
import CSR
import hashlib
import hmac
from Crypto.PublicKey import RSA
import M2Crypto
from Crypto import Random
from chocolate_protocol_pb2 import chocolatemessage
from google.protobuf.message import DecodeError