commit | c1e89aa7cace980432fd23c651673fb5f2019c31 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Thu Aug 12 10:43:17 2010 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Thu Aug 12 10:43:17 2010 -0400 |
tree | 8d5c4e94a49c1a267b4aee6106900781d0aa8e8c | |
parent | 24b6459dacac9ada5cf75b6928eb662965f7e5d9 [diff] |
skip tsafe for the time being
diff --git a/OpenSSL/__init__.py b/OpenSSL/__init__.py index e88b141..d0ac8e5 100644 --- a/OpenSSL/__init__.py +++ b/OpenSSL/__init__.py
@@ -16,7 +16,7 @@ sys.setdlopenflags(orig) del sys, orig -from OpenSSL import rand, SSL, tsafe +from OpenSSL import rand, SSL from OpenSSL.version import __version__ __all__ = [