web/views/csvexport.py
changeset 2303 ea86d250cca9
parent 1977 606923dff11b
child 3165 0a50ebe53db7
--- a/web/views/csvexport.py	Tue Jul 07 11:38:35 2009 +0200
+++ b/web/views/csvexport.py	Tue Jul 07 11:38:48 2009 +0200
@@ -7,6 +7,7 @@
 """
 __docformat__ = "restructuredtext en"
 
+from cubicweb.schema import display_name
 from cubicweb.common.uilib import UnicodeCSVWriter
 from cubicweb.view import EntityView, AnyRsetView