[Python-checkins] CVS: python/dist/src/Lib/test test_threadedtempfile.py,1.1,1.2

Tim Peters python-dev@python.org
Fri, 12 Jan 2001 19:46:01 -0800


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv22911/python/dist/src/lib/test

Modified Files:
	test_threadedtempfile.py 
Log Message:
Fix stupidity.


Index: test_threadedtempfile.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_threadedtempfile.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** test_threadedtempfile.py	2001/01/13 03:04:02	1.1
--- test_threadedtempfile.py	2001/01/13 03:45:59	1.2
***************
*** 22,26 ****
  
  import threading
! from test.test_support import TestFailed
  import StringIO
  from traceback import print_exc
--- 22,26 ----
  
  import threading
! from test_support import TestFailed
  import StringIO
  from traceback import print_exc