[Python-checkins] distutils/test test_fgo.py,1.1,1.2

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Tue, 19 Nov 2002 06:42:23 -0800


Update of /cvsroot/python/distutils/test
In directory sc8-pr-cvs1:/tmp/cvs-serv16511

Modified Files:
	test_fgo.py 
Log Message:
Fix import (but this test still doesn't work)

Index: test_fgo.py
===================================================================
RCS file: /cvsroot/python/distutils/test/test_fgo.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_fgo.py	12 Dec 1999 23:17:42 -0000	1.1
--- test_fgo.py	19 Nov 2002 14:42:21 -0000	1.2
***************
*** 5,9 ****
  from string import split
  
! from distutils.exceptions import *
  from distutils.fancy_getopt import fancy_getopt
  
--- 5,9 ----
  from string import split
  
! from distutils.errors import *
  from distutils.fancy_getopt import fancy_getopt