SEESenv/scripts/finalhtml.py
changeset 30 f66b0a5ebf40
parent 29 5ce5b22a9a0b
child 32 de7ac08f237b
equal deleted inserted replaced
29:5ce5b22a9a0b 30:f66b0a5ebf40
     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 temp_dir='/home/hg/repos/SEES-hacks/'
     7 temp_dir='/home/hg/repos/SEES-hacks/temp/'
     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