From 037371861693f26297320dcd5fd8c221b6d8df26 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 23 Jul 2020 20:40:46 -0400 Subject: Paint it Black by the Rolling Stones (#920) --- src/OpenSSL/__init__.py | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'src/OpenSSL/__init__.py') diff --git a/src/OpenSSL/__init__.py b/src/OpenSSL/__init__.py index 810d00d..11e896a 100644 --- a/src/OpenSSL/__init__.py +++ b/src/OpenSSL/__init__.py @@ -7,14 +7,26 @@ pyOpenSSL - A simple wrapper around the OpenSSL library from OpenSSL import crypto, SSL from OpenSSL.version import ( - __author__, __copyright__, __email__, __license__, __summary__, __title__, - __uri__, __version__, + __author__, + __copyright__, + __email__, + __license__, + __summary__, + __title__, + __uri__, + __version__, ) __all__ = [ - "SSL", "crypto", - - "__author__", "__copyright__", "__email__", "__license__", "__summary__", - "__title__", "__uri__", "__version__", + "SSL", + "crypto", + "__author__", + "__copyright__", + "__email__", + "__license__", + "__summary__", + "__title__", + "__uri__", + "__version__", ] -- cgit v1.2.1