We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7716c54 commit 8e71130Copy full SHA for 8e71130
1 file changed
src/xmlsec/crypto.py
@@ -16,6 +16,8 @@
16
from cryptography.x509 import load_pem_x509_certificate, load_der_x509_certificate, Certificate
17
import base64
18
19
+log = logging.getLogger('xmlsec.crypto')
20
+
21
if six.PY2:
22
from UserDict import DictMixin
23
else:
0 commit comments