From 23c965e7864bd9f37cf2c6076895c9bec395f00c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 25 Jul 2017 10:33:17 -0400 Subject: Delete rand.py (#675) --- src/OpenSSL/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/OpenSSL/__init__.py') diff --git a/src/OpenSSL/__init__.py b/src/OpenSSL/__init__.py index b827e3c..810d00d 100644 --- a/src/OpenSSL/__init__.py +++ b/src/OpenSSL/__init__.py @@ -5,7 +5,7 @@ pyOpenSSL - A simple wrapper around the OpenSSL library """ -from OpenSSL import rand, crypto, SSL +from OpenSSL import crypto, SSL from OpenSSL.version import ( __author__, __copyright__, __email__, __license__, __summary__, __title__, __uri__, __version__, @@ -13,7 +13,7 @@ from OpenSSL.version import ( __all__ = [ - "SSL", "crypto", "rand", + "SSL", "crypto", "__author__", "__copyright__", "__email__", "__license__", "__summary__", "__title__", "__uri__", "__version__", -- cgit v1.2.1