diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-04-26 23:06:26 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-04-26 23:06:26 (GMT) |
commit | 90e6d04071491d9f9ce3b9953fcc074ad964ba3f (patch) | |
tree | edde0fa1e72b285350f7ee1ff1a218a558f10a2f /Lib/ssl.py | |
parent | fa2b9380c057ebd951b33f3a97938048a9aa2908 (diff) | |
download | cpython-90e6d04071491d9f9ce3b9953fcc074ad964ba3f.zip cpython-90e6d04071491d9f9ce3b9953fcc074ad964ba3f.tar.gz cpython-90e6d04071491d9f9ce3b9953fcc074ad964ba3f.tar.bz2 |
Remove unused import
Diffstat (limited to 'Lib/ssl.py')
-rw-r--r-- | Lib/ssl.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -83,7 +83,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): |