From: Berker Peksag Date: Thu, 12 Mar 2015 16:50:49 +0000 (+0200) Subject: Issue #20617: Remove unused import in test_ssl. X-Git-Tag: v3.5.0a3~195^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18987a11ce0f8f55aa6ec63a9d2f8e84d7460984;p=python Issue #20617: Remove unused import in test_ssl. Patch by Mark Lawrence. --- diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 779b622d84..99a317ae90 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -18,7 +18,6 @@ import asyncore import weakref import platform import functools -from unittest import mock ssl = support.import_module("ssl")