summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_traceback.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_traceback.py b/Lib/test/test_traceback.py
index 511fb586e7..da56e0d5e2 100644
--- a/Lib/test/test_traceback.py
+++ b/Lib/test/test_traceback.py
@@ -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: