diff options
Diffstat (limited to 'Lib/test/support')
| -rw-r--r-- | Lib/test/support/script_helper.py | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/support/script_helper.py b/Lib/test/support/script_helper.py index 80889b1..2627a1e 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  | 
