[Python-checkins] python/dist/src/Lib/test test_traceback.py, 1.10,
1.11
tim_one at users.sourceforge.net
tim_one at users.sourceforge.net
Wed Oct 27 04:44:12 CEST 2004
Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17755/Lib/test
Modified Files:
test_traceback.py
Log Message:
Removed newly redundant embedded import.
Index: test_traceback.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_traceback.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- test_traceback.py 27 Oct 2004 02:43:25 -0000 1.10
+++ test_traceback.py 27 Oct 2004 02:44:10 -0000 1.11
@@ -57,7 +57,6 @@
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:
More information about the Python-checkins
mailing list