mirror of https://github.com/python/cpython
Removed newly redundant embedded import.
This commit is contained in:
parent
10d59f3fa1
commit
1816d79bac
|
@ -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…
Reference in New Issue