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/__init__.py | |
| parent | 09b0ff3c2c0f5f63d102245de3f26e4abc5bf4e7 (diff) | |
Intermediate changes
commit_hash:e5b3dd3a49570eea4eb9ee5d3d563cf1917d3188
Diffstat (limited to 'contrib/python/pyOpenSSL/py3/OpenSSL/__init__.py')
| -rw-r--r-- | contrib/python/pyOpenSSL/py3/OpenSSL/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/pyOpenSSL/py3/OpenSSL/__init__.py b/contrib/python/pyOpenSSL/py3/OpenSSL/__init__.py index 11e896a4ea2..0af3acdb8fd 100644 --- a/contrib/python/pyOpenSSL/py3/OpenSSL/__init__.py +++ b/contrib/python/pyOpenSSL/py3/OpenSSL/__init__.py @@ -5,7 +5,7 @@ pyOpenSSL - A simple wrapper around the OpenSSL library """ -from OpenSSL import crypto, SSL +from OpenSSL import SSL, crypto from OpenSSL.version import ( __author__, __copyright__, |
