From: Tim Peters Date: Wed, 27 Oct 2004 02:44:10 +0000 (+0000) Subject: Removed newly redundant embedded import. X-Git-Tag: v2.4b2~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1816d79bac1e74577fe4914c6a62e6e67450cc3c;p=python Removed newly redundant embedded import. --- 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: