summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2013-12-31 13:44:30 -0500
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2013-12-31 13:44:30 -0500
commit68244728277b54501086ec4c388d0ee2be00525d (patch)
tree51f7ca0db3c0294a5c77ea3c14da199e8b22faa9
parent8fb5318f2c9ec550452b22269884992b45b6b987 (diff)
downloadpyopenssl-68244728277b54501086ec4c388d0ee2be00525d.tar.gz
tsafe tries to import SSL
-rw-r--r--OpenSSL/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSSL/__init__.py b/OpenSSL/__init__.py
index 09e9cc5..f54a457 100644
--- a/OpenSSL/__init__.py
+++ b/OpenSSL/__init__.py
@@ -5,7 +5,8 @@
pyOpenSSL - A simple wrapper around the OpenSSL library
"""
-from OpenSSL import rand, crypto, SSL, tsafe
+from OpenSSL import rand, crypto, SSL
+from OpenSSL import tsafe
from OpenSSL.version import __version__
__all__ = [