missed a label

This commit is contained in:
Tim Richardson
2014-02-15 08:02:53 +11:00
parent faeff098fe
commit 050efa339d
+1 -1
View File
@@ -3171,7 +3171,7 @@ class ExportClass(object):
raise NotImplementedError
class ExporterTSV(ExportClass):
# does not use rows.export_to_csv(represent=True, delimiter='\t')
label = 'TSV'
file_ext = "csv"
content_type = "text/tab-separated-values"