matt_harrison | 6 Jan 2009 06:45
Picon

r5838 - trunk/sandbox/rst2odp/bin/rst2odp

Author: matt_harrison
Date: 2009-01-06 06:45:28 +0100 (Tue, 06 Jan 2009)
New Revision: 5838

Modified:
   trunk/sandbox/rst2odp/bin/rst2odp
Log:
add support for doctest_block

Modified: trunk/sandbox/rst2odp/bin/rst2odp
===================================================================
--- trunk/sandbox/rst2odp/bin/rst2odp	2009-01-01 18:12:07 UTC (rev 5837)
+++ trunk/sandbox/rst2odp/bin/rst2odp	2009-01-06 05:45:28 UTC (rev 5838)
 <at>  <at>  -181,6 +181,8  <at>  <at> 
             pass
         elif self.at('reference'):
             pass
+        elif self.at('doctest_block'):
+            pass
         else:
             self.cur_slide.write(node.astext())
     depart_Text = _dumb_depart
 <at>  <at>  -226,6 +228,8  <at>  <at> 
             return # block quote adds paragraph style
         elif not self.cur_slide.text_frames:
             self.cur_slide.add_text_frame()
+        elif self.at('doctest_block'):
+            pass

     def depart_paragraph(self, node):
(Continue reading)


Gmane