removed unused import.

This commit is contained in:
Roland Hedberg
2015-11-01 15:29:29 -08:00
parent bc9c6d0f16
commit fd9651ef2f

View File

@@ -8,7 +8,6 @@ Based on the use of xmlsec1 binaries and not the python xmlsec module.
from OpenSSL import crypto from OpenSSL import crypto
import base64 import base64
from base64 import b64decode
import hashlib import hashlib
import logging import logging
import os import os