SEESenv/scripts/myrst2xml.py
changeset 39 bc65d8802897
parent 38 194e1bdfd1cb
child 41 e54725be4df6
--- a/SEESenv/scripts/myrst2xml.py	Sun Feb 28 21:41:27 2010 +0530
+++ b/SEESenv/scripts/myrst2xml.py	Sun Feb 28 22:02:15 2010 +0530
@@ -35,7 +35,7 @@
     name='ch'+str(chapterno)+name.split('.')[0]
     xml_file=tmp_folder+name+'.xml'
     print xml_file   
-#    a=open(xml_file,'w')
+
     try:    
         publish_file(source_path=file_name, destination_path=xml_file,parser_name='restructuredtext', writer_name='xml') 
     except :