import re
txt = open('ff6_music_osv.htm','r')
text = txt.read()

oho = re.compile('<fontn                         size="2">')
text = oho.sub('',text)
txt = open('ff6_music_osv.htm','w')
txt.write(text)
powered by Moniwiki | themed by clockoon
last modified 2008-12-30 10:44:13
Processing time 0.0111 sec