Update of /cvsroot/docstring/dps/dps
In directory usw-pr-cvs1:/tmp/cvs-serv4242/dps/dps
Modified Files:
nodes.py
Log Message:
- Changed 'directive' to a TextElement.
Index: nodes.py
===================================================================
RCS file: /cvsroot/docstring/dps/dps/nodes.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** nodes.py 2001/11/06 02:09:44 1.17
--- nodes.py 2001/11/09 23:13:22 1.18
***************
*** 555,559 ****
class warning(Admonition, Element): pass
class comment(Special, TextElement): pass
! class directive(Special, Element): pass
class substitution(Special, TextElement): pass
class target(Special, Inline, TextElement): pass
--- 555,559 ----
class warning(Admonition, Element): pass
class comment(Special, TextElement): pass
! class directive(Special, TextElement): pass
class substitution(Special, TextElement): pass
class target(Special, Inline, TextElement): pass
|