[Python-gtkextra-commits] CVS: python-gtkextra2/examples www-examples.py,1.1,1.2
Status: Beta
Brought to you by:
treeves
From: <pyt...@li...> - 2003-01-16 14:45:45
|
Update of /cvsroot/python-gtkextra/python-gtkextra2/examples In directory sc8-pr-cvs1:/tmp/cvs-serv20272 Modified Files: www-examples.py Log Message: script to build www examples Index: www-examples.py =================================================================== RCS file: /cvsroot/python-gtkextra/python-gtkextra2/examples/www-examples.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** www-examples.py 16 Jan 2003 14:33:14 -0000 1.1 --- www-examples.py 16 Jan 2003 14:45:42 -0000 1.2 *************** *** 73,78 **** for m,delay in modules: ! #process_html(m, odir) ! #process_gui(m, odir, delay) ! fd.write(pattern % locals()) --- 73,77 ---- for m,delay in modules: ! process_html(m, odir) ! process_gui(m, odir, delay) |