fedora-vote castvote.cgi,1.9,1.10 vote.cgi,1.7,1.8

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Fri Jun 29 05:05:03 UTC 2007


Author: toshio

Update of /cvs/fedora/fedora-vote
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32220

Modified Files:
	castvote.cgi vote.cgi 
Log Message:
New directory to find the fas website module now that everything is managed
by puppet.



Index: castvote.cgi
===================================================================
RCS file: /cvs/fedora/fedora-vote/castvote.cgi,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- castvote.cgi	14 Feb 2007 05:49:26 -0000	1.9
+++ castvote.cgi	29 Jun 2007 05:05:00 -0000	1.10
@@ -15,7 +15,7 @@
 import os
 import sys
 
-sys.path.append('/var/www/html/admin/accounts')
+sys.path.append('/srv/web/accounts')
 
 import pgdb
 import pg


Index: vote.cgi
===================================================================
RCS file: /cvs/fedora/fedora-vote/vote.cgi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vote.cgi	14 Feb 2007 05:49:26 -0000	1.7
+++ vote.cgi	29 Jun 2007 05:05:00 -0000	1.8
@@ -4,7 +4,7 @@
 import sys
 import os
 
-sys.path.append('/var/www/html/admin/accounts')
+sys.path.append('/srv/web/accounts')
 
 import website
 import pgdb




More information about the fedora-extras-commits mailing list