mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Merged revisions 80517 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r80517 | antoine.pitrou | 2010-04-27 01:06:26 +0200 (mar., 27 avril 2010) | 3 lines Remove unused import ........
This commit is contained in:
parent
28f7ab6402
commit
f07d5589c0
1 changed files with 0 additions and 1 deletions
|
|
@ -82,7 +82,6 @@ from socket import socket, AF_INET, SOCK_STREAM
|
|||
import base64 # for DER-to-PEM translation
|
||||
import traceback
|
||||
import errno
|
||||
import time
|
||||
|
||||
class SSLSocket(socket):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue