summaryrefslogtreecommitdiff
path: root/src/OpenSSL/debug.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/OpenSSL/debug.py')
-rw-r--r--src/OpenSSL/debug.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/OpenSSL/debug.py b/src/OpenSSL/debug.py
index 988b92a..e39b128 100644
--- a/src/OpenSSL/debug.py
+++ b/src/OpenSSL/debug.py
@@ -3,10 +3,12 @@ from __future__ import print_function
import ssl
import sys
-import OpenSSL.SSL
import cffi
+
import cryptography
+import OpenSSL.SSL
+
from . import version