From: Barry A. W. <bw...@us...> - 2003-04-04 22:50:37
|
Update of /cvsroot/ht2html/ht2html In directory sc8-pr-cvs1:/tmp/cvs-serv15914 Modified Files: BAWGenerator.py Log Message: Migrate to ba...@wa... Index: BAWGenerator.py =================================================================== RCS file: /cvsroot/ht2html/ht2html/BAWGenerator.py,v retrieving revision 2.1 retrieving revision 2.2 diff -C2 -d -r2.1 -r2.2 *** BAWGenerator.py 26 Mar 2002 04:25:36 -0000 2.1 --- BAWGenerator.py 4 Apr 2003 22:50:33 -0000 2.2 *************** *** 28,32 **** root, ext = os.path.splitext(file) html = root + '.html' ! p = self.__parser = HTParser(file, 'Barry A. Warsaw', 'ba...@wo...') f = self.__linkfixer = LinkFixer(html, rootdir, relthis) p.process_sidebar() --- 28,33 ---- root, ext = os.path.splitext(file) html = root + '.html' ! p = self.__parser = HTParser(file, 'Barry A. Warsaw', ! 'ba...@wa...') f = self.__linkfixer = LinkFixer(html, rootdir, relthis) p.process_sidebar() |