commit | 4c11c92578c32f218f8840ab56c4cc8df9923172 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Dec 15 10:04:13 2014 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Dec 15 10:04:13 2014 -0500 |
tree | a13174abdcd67771d0c479da2b8f81534a2c0dc7 | |
parent | bad1257c96943dcb39584a41e1a178542479df97 [diff] |
remove extra ssl imports (closes #23053) Patch from Jan Matejek.
diff --git a/Lib/test/test_urllib2_localnet.py b/Lib/test/test_urllib2_localnet.py index e17b225..0650aa2 100644 --- a/Lib/test/test_urllib2_localnet.py +++ b/Lib/test/test_urllib2_localnet.py
@@ -551,7 +551,6 @@ def test_https_with_cafile(self): handler = self.start_https_server(certfile=CERT_localhost) - import ssl # Good cert data = self.urlopen("https://localhost:%s/bizarre" % handler.port, cafile=CERT_localhost)