Issue #23277: Remove unused imports in tests.

This commit is contained in:
Serhiy Storchaka 2016-04-24 21:41:02 +03:00
parent 597d15afe4
commit e437a10d15
79 changed files with 23 additions and 117 deletions

View file

@ -6,7 +6,6 @@ support.import_module('_multiprocessing')
import importlib
import importlib.machinery
import zipimport
import unittest
import sys
import os
@ -15,7 +14,7 @@ import py_compile
from test.support.script_helper import (
make_pkg, make_script, make_zip_pkg, make_zip_script,
assert_python_ok, assert_python_failure, spawn_python, kill_python)
assert_python_ok)
# Look up which start methods are available to test
import multiprocessing