Skip to content

Commit 9bcf6db

Browse files
authored
Change Location of time module
1 parent 431c4ac commit 9bcf6db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_venv.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import shutil
1515
import subprocess
1616
import sys
17+
import time
1718
import sysconfig
1819
import tempfile
1920
import shlex
@@ -381,8 +382,6 @@ def test_install_scripts_mtime(self):
381382
incorrectly copying e.g. SELinux bin_t context.
382383
See gh-145417.
383384
"""
384-
import time
385-
386385
venv_dir = os.path.dirname(venv.__file__)
387386
src_path = os.path.join(venv_dir, 'scripts', 'common', 'Activate.ps1')
388387
src_mtime = os.path.getmtime(src_path)

0 commit comments

Comments
 (0)