remove extra ssl imports (closes #23053)

Patch from Jan Matejek.
This commit is contained in:
Benjamin Peterson 2014-12-15 10:04:13 -05:00
parent bad1257c96
commit 4c11c92578
1 changed files with 0 additions and 1 deletions

View File

@ -551,7 +551,6 @@ class TestUrlopen(unittest.TestCase):
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)