minor PEP 8 whitespace edit
This commit is contained in:
parent
239b04d139
commit
42b41a6889
1 changed files with 2 additions and 1 deletions
|
|
@ -54,6 +54,7 @@ class SSLProtocol(TelnetProtocol):
|
||||||
super(SSLProtocol, self).__init__(*args, **kwargs)
|
super(SSLProtocol, self).__init__(*args, **kwargs)
|
||||||
self.protocol_name = "ssl"
|
self.protocol_name = "ssl"
|
||||||
|
|
||||||
|
|
||||||
def verify_SSL_key_and_cert(keyfile, certfile):
|
def verify_SSL_key_and_cert(keyfile, certfile):
|
||||||
"""
|
"""
|
||||||
This function looks for RSA key and certificate in the current
|
This function looks for RSA key and certificate in the current
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue