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

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sun, 26 Jan 2003 02:36:35 -0800


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

Modified Files:
	__init__.py 
Log Message:
Require PyXML 0.8.2.


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/xml/__init__.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** __init__.py	30 Jun 2002 15:08:22 -0000	1.12
--- __init__.py	26 Jan 2003 10:36:33 -0000	1.13
***************
*** 22,26 ****
  
  
! _MINIMUM_XMLPLUS_VERSION = (0, 6, 5)
  
  
--- 22,26 ----
  
  
! _MINIMUM_XMLPLUS_VERSION = (0, 8, 2)