SEESenv/scripts/finalhtml.py
changeset 40 ef147a79b098
parent 39 bc65d8802897
child 41 e54725be4df6
--- a/SEESenv/scripts/finalhtml.py	Sun Feb 28 22:02:15 2010 +0530
+++ b/SEESenv/scripts/finalhtml.py	Mon Mar 01 15:23:42 2010 +0530
@@ -36,9 +36,7 @@
             soup=finalchanges(file_name,file_obj.read())
       	    time.sleep(1)
 	    file_obj=open(file_name,'w')
-	    file_obj.write(soup.prettify())	
-
-
+	    print >>file_obj ,soup