Issue #20617: Remove unused import in test_ssl.

Patch by Mark Lawrence.
This commit is contained in:
Berker Peksag 2015-03-12 18:51:16 +02:00
commit 4a0e14730b
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ import asyncore
import weakref
import platform
import functools
from unittest import mock
ssl = support.import_module("ssl")