https://hg.python.org/cpython/rev/2b7cf33ccd74 changeset: 94958:2b7cf33ccd74 branch: 3.4 parent: 94954:c06ebb57d4ed user: Berker Peksag <berker.peksag at gmail.com> date: Thu Mar 12 18:50:49 2015 +0200 summary: Issue #20617: Remove unused import in test_ssl. Patch by Mark Lawrence. files: Lib/test/test_ssl.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -18,7 +18,6 @@ import weakref import platform import functools -from unittest import mock ssl = support.import_module("ssl") -- Repository URL: https://hg.python.org/cpython