fixed encoding
xgettext seems to only like `utf-8` not `utf8` so string extraction was failing without this
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user