fixed encoding

xgettext seems to only like `utf-8` not `utf8` so string extraction
was failing without this
This commit is contained in:
James Tauber
2013-08-16 13:52:07 -04:00
parent f3e282e3ed
commit b985722255

View File

@@ -1,4 +1,4 @@
# -*- coding: utf8 -*-
# -*- coding: utf-8 -*-
"""Dump username,unique_id_for_user pairs as CSV.
Give instructors easy access to the mapping from anonymized IDs to user IDs