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

Jeremy Hylton jhylton@users.sourceforge.net
Mon, 30 Jul 2001 14:47:27 -0700


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

Modified Files:
	test_pyexpat.py 
Log Message:
Fix when pyexpat not built

Import pyexpat first so that import error occurs when it is not
available.


Index: test_pyexpat.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_pyexpat.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** test_pyexpat.py	2001/05/13 00:19:31	1.9
--- test_pyexpat.py	2001/07/30 21:47:25	1.10
***************
*** 4,7 ****
--- 4,8 ----
  # handler, are obscure and unhelpful.
  
+ import pyexpat
  from xml.parsers import expat