fedora-vote castvote.cgi,1.2,1.3 vote.cgi,1.1.1.1,1.2

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Sat Jun 10 03:21:08 UTC 2006


Author: toshio

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

Modified Files:
	castvote.cgi vote.cgi 
Log Message:
* castvote.cgi, vote.cgi: Remove -tt from python call as website.py
  mixes tabs and spaces.



Index: castvote.cgi
===================================================================
RCS file: /cvs/fedora/fedora-vote/castvote.cgi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- castvote.cgi	10 Jun 2006 02:57:52 -0000	1.2
+++ castvote.cgi	10 Jun 2006 03:21:05 -0000	1.3
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/usr/bin/python
 # castvote.cgi
 
 import cgi


Index: vote.cgi
===================================================================
RCS file: /cvs/fedora/fedora-vote/vote.cgi,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- vote.cgi	9 Jun 2006 06:17:30 -0000	1.1.1.1
+++ vote.cgi	10 Jun 2006 03:21:05 -0000	1.2
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/usr/bin/python
 
 import cgi
 import sys




More information about the scm-commits mailing list