tsafe tries to import SSL
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__ = [