Update of /cvsroot/happydoc/HappyDoc/happydoclib/docstring
In directory usw-pr-cvs1:/tmp/cvs-serv24432/happydoclib/docstring
Modified Files:
docstring_StructuredText.py
Log Message:
Updated trace statement.
Index: docstring_StructuredText.py
===================================================================
RCS file: /cvsroot/happydoc/HappyDoc/happydoclib/docstring/docstring_StructuredText.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** docstring_StructuredText.py 10 Feb 2002 13:18:41 -0000 1.4
--- docstring_StructuredText.py 12 May 2002 21:22:29 -0000 1.5
***************
*** 286,292 ****
html_quoted)
happydoclib.TRACE.write('AFTER FIXUP="%s"' % html_quoted)
return html_quoted
! happydoclib.TRACE.outof(inputText)
return inputText
--- 286,293 ----
html_quoted)
happydoclib.TRACE.write('AFTER FIXUP="%s"' % html_quoted)
+ happydoclib.TRACE.outof()
return html_quoted
! happydoclib.TRACE.outof()
return inputText
|