diff options
| author | robot-piglet <[email protected]> | 2026-06-24 11:55:58 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2026-06-24 13:12:27 +0300 |
| commit | dc5c0cff8f314f3c74113e51c0f017bb46a86a2e (patch) | |
| tree | f408cd1fc8fd9643bda581f3db03057be4449c1d /contrib/python/pyOpenSSL/py3/OpenSSL/debug.py | |
| parent | 09b0ff3c2c0f5f63d102245de3f26e4abc5bf4e7 (diff) | |
Intermediate changes
commit_hash:e5b3dd3a49570eea4eb9ee5d3d563cf1917d3188
Diffstat (limited to 'contrib/python/pyOpenSSL/py3/OpenSSL/debug.py')
| -rw-r--r-- | contrib/python/pyOpenSSL/py3/OpenSSL/debug.py | 6 |
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} |
