web/views/startup.py
changeset 2293 7ded2a1416e4
parent 2234 1fbcf202882d
parent 2265 4c028cb136a4
child 2381 caad2367d940
--- a/web/views/startup.py	Thu Jul 02 10:36:25 2009 +0200
+++ b/web/views/startup.py	Mon Jul 06 19:55:18 2009 +0200
@@ -14,7 +14,7 @@
 
 from cubicweb.view import StartupView
 from cubicweb.selectors import match_user_groups, implements
-from cubicweb.schema import META_RELATIONS_TYPES
+from cubicweb.schema import META_RELATIONS_TYPES, display_name
 from cubicweb.common.uilib import ureport_as_html
 from cubicweb.web import ajax_replace_url, uicfg, httpcache
 from cubicweb.web.views import tabs, management, schema as schemamod