Commit 32deb6a6 by George Song Committed by GitHub

Merge pull request #15258 from mreyk/teltek/bugfix/sysadmin-csv-download

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