diff --git a/helios/models.py b/helios/models.py
index 5ccffe3e1c83a34b6d45f89325e6898aaacd58f3..fcc85a63fc010badc52ee9fc7f09ea8dae358661 100644
--- a/helios/models.py
+++ b/helios/models.py
@@ -684,7 +684,8 @@ class VoterFile(models.Model):
     else:
       voter_stream = open(self.voter_file.path, "rU")
 
-    reader = unicode_csv_reader(voter_stream)
+    # reader = unicode_csv_reader(voter_stream)
+    reader = unicodecsv.reader(voter_stream)
     
     last_alias_num = election.last_alias_num