Commit aadc5b9f authored by Denis Bilenko's avatar Denis Bilenko

kill trailing whitespace

parent ef681973
......@@ -119,7 +119,7 @@ if hasattr(socket, 'ssl'):
def ssl_listener(address, private_key, certificate):
import _socket
import _socket
r = _socket.socket()
sock = socket.ssl(r, private_key, certificate)
socket.bind_and_listen(sock, address)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment