[Python-checkins] python/dist/src/Lib/xml __init__.py,1.11,1.12

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sun, 30 Jun 2002 08:08:24 -0700


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

Modified Files:
	__init__.py 
Log Message:
Bump required PyXML version to 0.6.5.


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/xml/__init__.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** __init__.py	27 Mar 2001 21:38:15 -0000	1.11
--- __init__.py	30 Jun 2002 15:08:22 -0000	1.12
***************
*** 22,26 ****
  
  
! _MINIMUM_XMLPLUS_VERSION = (0, 6, 1)
  
  
--- 22,26 ----
  
  
! _MINIMUM_XMLPLUS_VERSION = (0, 6, 5)