Skip to content

Commit d4b3f16

Browse files
author
Hans Hörberg
committed
Removed imports.
1 parent 56b8710 commit d4b3f16

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/saml2/cert.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1+
__author__ = 'haho0032'
2+
13
import base64
2-
import traceback
3-
from M2Crypto.util import passphrase_callback
44
import datetime
55
import dateutil.parser
66
import pytz
7-
8-
__author__ = 'haho0032'
97
from OpenSSL import crypto
108
from os.path import exists, join
119
from os import remove

0 commit comments

Comments
 (0)