summaryrefslogtreecommitdiffstats
path: root/contrib/python/pyOpenSSL/py3/OpenSSL/debug.py
diff options
context:
space:
mode:
authorYDBot <[email protected]>2026-06-26 11:22:40 +0000
committerYDBot <[email protected]>2026-06-26 11:22:40 +0000
commite78a9f66eeb2ec3ccd8712bea29b3e7197519df0 (patch)
tree64d07952278d008f8b3947089c252ec5a346cab4 /contrib/python/pyOpenSSL/py3/OpenSSL/debug.py
parente5eebd69b54a5462d430c00b511a45f2f34b234a (diff)
parentee2100f4ac5f28a7762a25c7c05750348a098df6 (diff)
Sync branches 260626-1120
Diffstat (limited to 'contrib/python/pyOpenSSL/py3/OpenSSL/debug.py')
-rw-r--r--contrib/python/pyOpenSSL/py3/OpenSSL/debug.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/python/pyOpenSSL/py3/OpenSSL/debug.py b/contrib/python/pyOpenSSL/py3/OpenSSL/debug.py
index 04521d59226..e39b128a7e2 100644
--- a/contrib/python/pyOpenSSL/py3/OpenSSL/debug.py
+++ b/contrib/python/pyOpenSSL/py3/OpenSSL/debug.py
@@ -3,14 +3,16 @@ from __future__ import print_function
import ssl
import sys
-import OpenSSL.SSL
import cffi
+
import cryptography
+import OpenSSL.SSL
+
from . import version
-_env_info = u"""\
+_env_info = """\
pyOpenSSL: {pyopenssl}
cryptography: {cryptography}
cffi: {cffi}