[Zope-Checkins] CVS: Zope/lib/python/reStructuredText - __init__.py:1.4

Andreas Jung andreas@andreas-jung.com
Sat, 22 Feb 2003 02:08:42 -0500


Update of /cvs-repository/Zope/lib/python/reStructuredText
In directory cvs.zope.org:/tmp/cvs-serv23168/lib/python/reStructuredText

Modified Files:
	__init__.py 
Log Message:
we forgot to call apply_forms (found by Uwe Hentzschel)


=== Zope/lib/python/reStructuredText/__init__.py 1.3 => 1.4 ===
--- Zope/lib/python/reStructuredText/__init__.py:1.3	Sat Feb  1 08:16:20 2003
+++ Zope/lib/python/reStructuredText/__init__.py	Sat Feb 22 02:08:11 2003
@@ -75,6 +75,10 @@
 
     # parse!
     document = pub.reader.read(pub.source, pub.parser, pub.settings)
+
+    # transform
+    pub.apply_transforms(document)
+    
     warnings = ''.join(pub.settings.warning_stream.messages)
 
     # do the format