make sure we use our own modified M2Crypto everywhere

This commit is contained in:
Seth Schoen 2012-07-13 19:28:52 -07:00
parent 17aa133774
commit 0da690afb2

View file

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