mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Removed newly redundant embedded import.
This commit is contained in:
parent
10d59f3fa1
commit
1816d79bac
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ def test():
|
|||
past = time.time() - 3
|
||||
os.utime(testfile, (past, past))
|
||||
else:
|
||||
import time
|
||||
time.sleep(3) # not to stay in same mtime.
|
||||
|
||||
if 'test_bug737473' in sys.modules:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue