Browse Source

Issue #20617: Remove unused import in test_ssl.

Patch by Mark Lawrence.
pull/9921/head
Berker Peksag 11 years ago
parent
commit
4a0e14730b
  1. 1
      Lib/test/test_ssl.py

1
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")

Loading…
Cancel
Save