Issue #20617: Remove unused import in test_ssl.

Patch by Mark Lawrence.
This commit is contained in:
Berker Peksag 2015-03-12 18:50:49 +02:00
parent 0561c53d78
commit 18987a11ce
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")