<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1,2 @@
 *.pyc
+*~
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -352,9 +352,10 @@ class Voter(models.Model, JSONObject):
     return False
     
   def save(self, *args, **kwargs):
-    if not self.is_saved():
+    # for now, let's not maintain these 
+    #if not self.is_saved():
       # add an election exponent
-      ElectionExponent.add_exp_to_election(self.election)
+    #  ElectionExponent.add_exp_to_election(self.election)
     
     super(Voter, self).save(*args, **kwargs)
       </diff>
      <filename>helios/models.py</filename>
    </modified>
    <modified>
      <diff>@@ -15,7 +15,7 @@ from client import heliosclient
 # instantiate the client
 # modify variables here
 helios = heliosclient.HeliosClient({'consumer_key': 'test', 'consumer_secret': '123'},
-#                        host = '174.129.241.146',
+#                        host = '79.125.5.192',
                         host = &quot;localhost&quot;,
                         port = 8000,
 #                         port = 80,
@@ -57,7 +57,7 @@ all_votes = []
 plaintext_choices = [0, 0]
 
 # create 1000 ballots
-for i in range(1000):
+for i in range(100):
   # random choice for the ballot
   choice = algs.Utils.random_mpz_lt(1000) % 2
   </diff>
      <filename>tests/heliosclient_manyballots.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ac23b0502fce5b5634d13566952986fcab1ccda6</id>
    </parent>
  </parents>
  <author>
    <name>Ben Adida</name>
    <email>ben@adida.net</email>
  </author>
  <url>http://github.com/benadida/helios/commit/44e72de5c933534a45e7e686f5a688a26e32f0a2</url>
  <id>44e72de5c933534a45e7e686f5a688a26e32f0a2</id>
  <committed-date>2009-02-12T18:36:36-08:00</committed-date>
  <authored-date>2009-02-12T18:36:36-08:00</authored-date>
  <message>stopped keeping track of exponents for now, not necessary</message>
  <tree>1970e91b9a2df37791fa79888c54b26391255e0b</tree>
  <committer>
    <name>Ben Adida</name>
    <email>ben@adida.net</email>
  </committer>
</commit>
