Commit 1816d79b authored by Tim Peters's avatar Tim Peters

Removed newly redundant embedded import.

parent 10d59f3f
...@@ -57,7 +57,6 @@ def test(): ...@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment