summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2013-12-31 13:49:17 -0500
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2013-12-31 13:49:17 -0500
commit4a2592337e82bcfc5d6c80e7b76a20a7913b1076 (patch)
tree6979f9f4459d9f139620142da2314253e0840987
parent9227c47ae5215f5cf0958a23f1172c6f02fbd5af (diff)
downloadpyopenssl-4a2592337e82bcfc5d6c80e7b76a20a7913b1076.tar.gz
just drop this for now
-rw-r--r--OpenSSL/__init__.py1
1 files changed, 0 insertions, 1 deletions
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 @@ pyOpenSSL - A simple wrapper around the OpenSSL library
"""
from OpenSSL import rand, crypto, SSL
-from OpenSSL import tsafe
from OpenSSL.version import __version__
__all__ = [