summaryrefslogtreecommitdiffstats
path: root/contrib/python/pyOpenSSL/py3/OpenSSL/debug.py
diff options
context:
space:
mode:
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}