diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-03-12 16:51:16 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-03-12 16:51:16 (GMT) |
commit | 4a0e14730b8cc6ae5b13d634069ea38fa08bc24a (patch) | |
tree | 5e7e217555d55ee7fbfb3d54e08f052ede8db1d6 | |
parent | 3b6d0ae8fe50123d23f07190e8f792a1dd19cc61 (diff) | |
parent | 18987a11ce0f8f55aa6ec63a9d2f8e84d7460984 (diff) | |
download | cpython-4a0e14730b8cc6ae5b13d634069ea38fa08bc24a.zip cpython-4a0e14730b8cc6ae5b13d634069ea38fa08bc24a.tar.gz cpython-4a0e14730b8cc6ae5b13d634069ea38fa08bc24a.tar.bz2 |
Issue #20617: Remove unused import in test_ssl.
Patch by Mark Lawrence.
-rw-r--r-- | 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 index ea619fd..0cf9cc2 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") |