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.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/python/pyOpenSSL/py3/OpenSSL/debug.py b/contrib/python/pyOpenSSL/py3/OpenSSL/debug.py
index e39b128a7e2..e0ed3f81d62 100644
--- a/contrib/python/pyOpenSSL/py3/OpenSSL/debug.py
+++ b/contrib/python/pyOpenSSL/py3/OpenSSL/debug.py
@@ -1,17 +1,13 @@
-from __future__ import print_function
-
import ssl
import sys
import cffi
-
import cryptography
import OpenSSL.SSL
from . import version
-
_env_info = """\
pyOpenSSL: {pyopenssl}
cryptography: {cryptography}