mirror of
https://github.com/python/cpython.git
synced 2026-05-17 16:00:44 +00:00
Import shutil for restore_test_support_TESTFN().
This commit is contained in:
parent
6688bdbe77
commit
bb80131375
1 changed files with 1 additions and 1 deletions
|
|
@ -158,6 +158,7 @@
|
|||
import os
|
||||
import random
|
||||
import re
|
||||
import shutil
|
||||
import sys
|
||||
import time
|
||||
import traceback
|
||||
|
|
@ -943,7 +944,6 @@ def runtest_inner(test, verbose, quiet, huntrleaks=False):
|
|||
return FAILED, test_time
|
||||
|
||||
def cleanup_test_droppings(testname, verbose):
|
||||
import shutil
|
||||
import stat
|
||||
import gc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue