summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/script_helper.py
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-05-06 04:01:52 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-05-06 04:01:52 (GMT)
commit076dbd05600337057723b831bfad6f6cb1873100 (patch)
tree5d2e040ea885c29ddc8343c79b7ff0a47fb9bc21 /Lib/test/support/script_helper.py
parentc4c59050c898afad23279edc89daf6c677ecdbf4 (diff)
downloadcpython-076dbd05600337057723b831bfad6f6cb1873100.zip
cpython-076dbd05600337057723b831bfad6f6cb1873100.tar.gz
cpython-076dbd05600337057723b831bfad6f6cb1873100.tar.bz2
Fix remaining tests and remove an unused import.
Diffstat (limited to 'Lib/test/support/script_helper.py')
-rw-r--r--Lib/test/support/script_helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/support/script_helper.py b/Lib/test/support/script_helper.py
index 07d167d..584b0e8 100644
--- a/Lib/test/support/script_helper.py
+++ b/Lib/test/support/script_helper.py
@@ -14,7 +14,7 @@ import shutil
import zipfile
from importlib.util import source_from_cache
-from test.support import make_legacy_pyc, strip_python_stderr, temp_dir
+from test.support import make_legacy_pyc, strip_python_stderr
# Cached result of the expensive test performed in the function below.