Yury Selivanov
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
Lib/test/test_asyncio/functional.py
|
|
|
@ -5,7 +5,6 @@ import os |
|
|
|
import pprint |
|
|
|
import select |
|
|
|
import socket |
|
|
|
import ssl |
|
|
|
import tempfile |
|
|
|
import threading |
|
|
|
|
|
|
|
@ -146,8 +145,6 @@ class TestSocketWrapper: |
|
|
|
server_side=False, |
|
|
|
server_hostname=None): |
|
|
|
|
|
|
|
assert isinstance(ssl_context, ssl.SSLContext) |
|
|
|
|
|
|
|
ssl_sock = ssl_context.wrap_socket( |
|
|
|
self.__sock, server_side=server_side, |
|
|
|
server_hostname=server_hostname, |
|
|
|
|