just drop this for now
diff --git a/OpenSSL/__init__.py b/OpenSSL/__init__.py
index f54a457..db96e1f 100644
--- a/OpenSSL/__init__.py
+++ b/OpenSSL/__init__.py
@@ -6,7 +6,6 @@
 """
 
 from OpenSSL import rand, crypto, SSL
-from OpenSSL import tsafe
 from OpenSSL.version import __version__
 
 __all__ = [