diff --git a/src/saml2/cert.py b/src/saml2/cert.py index d561986..8234daa 100644 --- a/src/saml2/cert.py +++ b/src/saml2/cert.py @@ -1,11 +1,9 @@ +__author__ = 'haho0032' + import base64 -import traceback -from M2Crypto.util import passphrase_callback import datetime import dateutil.parser import pytz - -__author__ = 'haho0032' from OpenSSL import crypto from os.path import exists, join from os import remove