fedora-vote voting.py,1.8,1.9

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Wed Jun 21 05:21:23 UTC 2006


Author: toshio

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

Modified Files:
	voting.py 
Log Message:
* voting.py: Revert sorting the candidates.  self.candidates is a dict, not
  a list so sorting it 1) Doesn't work, and 2) Doesn't make sense.



Index: voting.py
===================================================================
RCS file: /cvs/fedora/fedora-vote/voting.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- voting.py	21 Jun 2006 04:53:36 -0000	1.8
+++ voting.py	21 Jun 2006 05:21:21 -0000	1.9
@@ -112,7 +112,6 @@
                             candidate[0]
                 self.candidates[candidate[0]] = (candInfo['human_name'],
                         candInfo['email'], candInfo['ircnick'])
-            self.candidates.sort()
         return self.candidates
 
     def votes_to_allocate(self):




More information about the scm-commits mailing list