mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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
|
past = time.time() - 3
|
||||||
os.utime(testfile, (past, past))
|
os.utime(testfile, (past, past))
|
||||||
else:
|
else:
|
||||||
import time
|
|
||||||
time.sleep(3) # not to stay in same mtime.
|
time.sleep(3) # not to stay in same mtime.
|
||||||
|
|
||||||
if 'test_bug737473' in sys.modules:
|
if 'test_bug737473' in sys.modules:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue