[Docstring-checkins] CVS: dps/dps/transforms universal.py,1.2,1.3
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-03-11 03:38:59
|
Update of /cvsroot/docstring/dps/dps/transforms In directory usw-pr-cvs1:/tmp/cvs-serv13547/dps/dps/transforms Modified Files: universal.py Log Message: Messages: clear doctree.messages. Index: universal.py =================================================================== RCS file: /cvsroot/docstring/dps/dps/transforms/universal.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** universal.py 8 Mar 2002 04:31:54 -0000 1.2 --- universal.py 11 Mar 2002 03:38:56 -0000 1.3 *************** *** 34,37 **** --- 34,38 ---- section += nodes.title('', 'Docutils System Messages') section += doctree.messages.getchildren() + doctree.messages[:] = [] doctree += section |