Commit b9857222 by James Tauber

fixed encoding

xgettext seems to only like `utf-8` not `utf8` so string extraction
was failing without this
parent f3e282e3
# -*- coding: utf8 -*- # -*- coding: utf-8 -*-
"""Dump username,unique_id_for_user pairs as CSV. """Dump username,unique_id_for_user pairs as CSV.
Give instructors easy access to the mapping from anonymized IDs to user IDs Give instructors easy access to the mapping from anonymized IDs to user IDs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment