[Docstring-checkins] CVS: web index.py,1.1,1.2
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-08-23 03:50:12
|
Update of /cvsroot/docstring/web In directory usw-pr-cvs1:/tmp/cvs-serv26548/web Modified Files: index.py Log Message: updated Index: index.py =================================================================== RCS file: /cvsroot/docstring/web/index.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.py 2001/07/22 22:42:15 1.1 --- index.py 2001/08/23 03:50:09 1.2 *************** *** 3,7 **** import templater ! templater.main('index.html.template', '../dps/spec', ! ['pep-0256.txt', 'pep-0257.txt', 'pep-0258.txt', 'gpdi.dtd', ! 'ppdi.dtd', 'soextblx.dtd', 'dps.cat', 'dps-notes.txt']) --- 3,5 ---- import templater ! templater.main('index.html.template') |