Commit b059f651 authored by Denis Bilenko's avatar Denis Bilenko

test__socket.py: fix failure in TestSSL

parent 7c162ab9
......@@ -128,7 +128,7 @@ if hasattr(socket, 'ssl'):
certfile = os.path.join(os.path.dirname(__file__), 'test_server.crt')
privfile = os.path.join(os.path.dirname(__file__), 'test_server.key')
timeout_error = socket.sslerror
TIMEOUT_ERROR = socket.sslerror
def setUp(self):
TestTCP.setUp(self)
......
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