Commit c0b96030 by mrey

Fix sysadmin csv download as unicode

parent b97af89f
......@@ -2,7 +2,7 @@
This module creates a sysadmin dashboard for managing and viewing
courses.
"""
import csv
import unicodecsv as csv
import json
import logging
import os
......
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