summaryrefslogtreecommitdiffstats
path: root/contrib/python/pyOpenSSL/py3/tests/test_debug.py
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2026-06-24 11:55:58 +0300
committerrobot-piglet <[email protected]>2026-06-24 13:12:27 +0300
commitdc5c0cff8f314f3c74113e51c0f017bb46a86a2e (patch)
treef408cd1fc8fd9643bda581f3db03057be4449c1d /contrib/python/pyOpenSSL/py3/tests/test_debug.py
parent09b0ff3c2c0f5f63d102245de3f26e4abc5bf4e7 (diff)
Intermediate changes
commit_hash:e5b3dd3a49570eea4eb9ee5d3d563cf1917d3188
Diffstat (limited to 'contrib/python/pyOpenSSL/py3/tests/test_debug.py')
-rw-r--r--contrib/python/pyOpenSSL/py3/tests/test_debug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/pyOpenSSL/py3/tests/test_debug.py b/contrib/python/pyOpenSSL/py3/tests/test_debug.py
index 2d62a3a56a1..4eeb3d00b31 100644
--- a/contrib/python/pyOpenSSL/py3/tests/test_debug.py
+++ b/contrib/python/pyOpenSSL/py3/tests/test_debug.py
@@ -1,5 +1,5 @@
-from OpenSSL.debug import _env_info
from OpenSSL import version
+from OpenSSL.debug import _env_info
def test_debug_info():