2 May 2005 05:58
r3281 - trunk/docutils/docutils/nodes.py
<goodger <at> users.berlios.de>
2005-05-02 03:58:54 GMT
2005-05-02 03:58:54 GMT
Author: goodger
Date: 2005-05-02 05:58:51 +0200 (Mon, 02 May 2005)
New Revision: 3281
Modified:
trunk/docutils/docutils/nodes.py
Log:
corrected ``line`` superclass
Modified: trunk/docutils/docutils/nodes.py
===================================================================
--- trunk/docutils/docutils/nodes.py 2005-04-30 16:54:47 UTC (rev 3280)
+++ trunk/docutils/docutils/nodes.py 2005-05-02 03:58:51 UTC (rev 3281)
<at> <at> -1192,7 +1192,7 <at> <at>
class line_block(General, Element): pass
-class line(General, TextElement):
+class line(Part, TextElement):
indent = None
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
RSS Feed