Skip to content
Snippets Groups Projects
Commit d5c0ce4c authored by Jeroen's avatar Jeroen
Browse files

updated docstring for ServerContextFactory

parent 2903e65a
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ logger = logging.getLogger(__name__) ...@@ -26,7 +26,7 @@ logger = logging.getLogger(__name__)
class ServerContextFactory(ContextFactory): class ServerContextFactory(ContextFactory):
"""Factory for PyOpenSSL SSL contexts that are used to handle incoming """Factory for PyOpenSSL SSL contexts that are used to handle incoming
connections and to make connections to remote servers.""" connections."""
def __init__(self, config): def __init__(self, config):
self._context = SSL.Context(SSL.SSLv23_METHOD) self._context = SSL.Context(SSL.SSLv23_METHOD)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment