author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Tue, 07 Jul 2009 11:38:48 +0200 | |
changeset 2303 | ea86d250cca9 |
parent 2302 | e0393451e9a5 |
child 2304 | 8381cc99daa8 |
--- 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