From 70d28a184c42d107cc8c69a95aa52a4469e7929c Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Fri, 16 Dec 2016 20:00:15 +0200 Subject: Remove unused imports. --- Lib/test/support/script_helper.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'Lib/test/support/script_helper.py') diff --git a/Lib/test/support/script_helper.py b/Lib/test/support/script_helper.py index 80889b17f3..2627a1ee68 100644 --- a/Lib/test/support/script_helper.py +++ b/Lib/test/support/script_helper.py @@ -6,11 +6,8 @@ import importlib import sys import os import os.path -import tempfile import subprocess import py_compile -import contextlib -import shutil import zipfile from importlib.util import source_from_cache -- cgit v1.2.1