Update of /cvsroot/pythonreports/PythonReports
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17871
Modified Files:
README
Log Message:
guess "the standard library" should have the definite article
Index: README
===================================================================
RCS file: /cvsroot/pythonreports/PythonReports/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README 2 Nov 2006 14:00:26 -0000 1.1
--- README 2 Nov 2006 15:35:31 -0000 1.2
***************
*** 23,30 ****
All parts of the PythonReports_ toolkit require the ElementTree_
! module. Python 2.5 includes this module as part of standard library.
! Users of older Python versions can download separate distribution
! package from http://effbot.org/downloads/ (cElementTree_ add-on is
! highly recommended too).
Report building requires either ReportLab_ or PIL_ or wxPython_
--- 23,30 ----
All parts of the PythonReports_ toolkit require the ElementTree_
! module. Python 2.5 includes this module as part of the standard
! library. Users of older Python versions can download separate
! distribution package from http://effbot.org/downloads/
! (cElementTree_ add-on is highly recommended too).
Report building requires either ReportLab_ or PIL_ or wxPython_
|