SEESenv/scripts/finalhtml.py
changeset 29 5ce5b22a9a0b
parent 26 1846ab4ebdda
child 30 f66b0a5ebf40
equal deleted inserted replaced
28:514098969b11 29:5ce5b22a9a0b
     2 import lxml
     2 import lxml
     3 import re
     3 import re
     4 import os
     4 import os
     5 from BeautifulSoup import BeautifulSoup
     5 from BeautifulSoup import BeautifulSoup
     6 import time
     6 import time
     7 repo='/home/amit/testdocbook2/'
     7 temp_dir='/home/hg/repos/SEES-hacks/'
     8 
     8 
     9 
     9 
    10 def finalchanges(file_name,html_string):
    10 def finalchanges(file_name,html_string):
    11     """some of the final changes that need to do be done on the html before creating the final usable page in the hgbook project"""	    
    11     """some of the final changes that need to do be done on the html before creating the final usable page in the hgbook project"""	    
    12 #    print html_string    
    12 #    print html_string