[Python-checkins] python/dist/src/Lib/test test_fork1.py,1.9,1.10

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Tue, 23 Jul 2002 12:22:39 -0700


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

Modified Files:
	test_fork1.py 
Log Message:
Oops, missed an import of test_support.


Index: test_fork1.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_fork1.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** test_fork1.py	11 Apr 2001 20:58:20 -0000	1.9
--- test_fork1.py	23 Jul 2002 19:22:37 -0000	1.10
***************
*** 12,16 ****
  
  import os, sys, time, thread
! from test_support import verify, verbose, TestSkipped
  
  try:
--- 12,16 ----
  
  import os, sys, time, thread
! from test.test_support import verify, verbose, TestSkipped
  
  try: