[Python-checkins] cpython (3.4): 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/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


More information about the Python-checkins mailing list