[XML-checkins]xml/xml/parsers __init__.py,1.2,1.3
by Jeremy Kloth other posts by this author
Dec 12 2004 8:02AM messages near this date
[XML-checkins]www/htdocs/topics/xbel index.ht,1.16,1.17
|
[XML-checkins]xml ANNOUNCE,1.42,1.43
Update of /cvsroot/pyxml/xml/xml/parsers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7055/xml/parsers
Modified Files:
__init__.py
Log Message:
Updated __all__ to reflect actual package contents to eliminate an error
when using "from xml.parsers import *"
Index: __init__.py
===================================================================
RCS file: /cvsroot/pyxml/xml/xml/parsers/__init__.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** __init__.py 19 Feb 2001 15:14:35 -0000 1.2
--- __init__.py 12 Dec 2004 08:02:27 -0000 1.3
***************
*** 1 ****
! __all__ = ['xmllib', 'sgmllib', 'xmlproc']
--- 1 ----
! __all__ = ['expat', 'sgmllib', 'xmlproc']
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Pyxml-checkins mailing list
Pyxml-checkins@[...].net
https://lists.sourceforge.net/lists/listinfo/pyxml-checkins
|