diff --git a/helios/models.py b/helios/models.py
index fbd3f19dc8b63eb91893849fa909178ec875f526..acb73bae82d67514d8751e8d501ba00159241056 100644
--- a/helios/models.py
+++ b/helios/models.py
@@ -759,7 +759,7 @@ class VoterFile(models.Model):
       voter_stream = io.BytesIO(content)
     else:
       close = True
-      voter_stream = open(self.voter_file.path, "rb")
+      voter_stream = open(self.voter_file.path, "U")
 
     #reader = unicode_csv_reader(voter_stream)
     reader = unicodecsv.reader(voter_stream, encoding='utf-8')