[Python-checkins] cpython (merge 3.4 -> default): Issue #20617: Remove unused import in test_ssl.

berker.peksag python-checkins at python.org
Thu Mar 12 17:50:15 CET 2015


https://hg.python.org/cpython/rev/07e8c0ae232c
changeset:   94959:07e8c0ae232c
parent:      94957:eb48295e1f8b
parent:      94958:2b7cf33ccd74
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Thu Mar 12 18:51:16 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


More information about the Python-checkins mailing list