From: <ki...@us...> - 2003-04-17 01:10:45
|
Update of /cvsroot/pymerase/pymerase/pymweb In directory sc8-pr-cvs1:/tmp/cvs-serv20827 Modified Files: setup.py Log Message: was installing table.dtd into wrong directory. Index: setup.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymweb/setup.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** setup.py 16 Apr 2003 03:33:33 -0000 1.2 --- setup.py 17 Apr 2003 01:10:40 -0000 1.3 *************** *** 98,102 **** ['conf/pymweb.conf']) ! DTD_FILE = (WWW_PATH, ['dtd/table.dtd']) --- 98,102 ---- ['conf/pymweb.conf']) ! DTD_FILE = (CGI_PATH, ['dtd/table.dtd']) |