# HG changeset patch # User Sylvain Thénault # Date 1246865589 -7200 # Node ID 4c028cb136a4034d836da5a5c706a15bb2edd293 # Parent 17b8a6ad58fccbad37eb83c55cc9a3f65c2d33da add import to remove deprecation warning diff -r 17b8a6ad58fc -r 4c028cb136a4 web/views/boxes.py --- a/web/views/boxes.py Fri Jul 03 18:37:26 2009 +0200 +++ b/web/views/boxes.py Mon Jul 06 09:33:09 2009 +0200 @@ -18,10 +18,10 @@ from logilab.mtconverter import html_escape -from cubicweb.rtags import RelationTags from cubicweb.selectors import match_user_groups, non_final_entity +from cubicweb.view import EntityView +from cubicweb.schema import display_name from cubicweb.web.htmlwidgets import BoxWidget, BoxMenu, BoxHtml, RawBoxItem -from cubicweb.view import EntityView from cubicweb.web import uicfg from cubicweb.web.box import BoxTemplate diff -r 17b8a6ad58fc -r 4c028cb136a4 web/views/startup.py --- a/web/views/startup.py Fri Jul 03 18:37:26 2009 +0200 +++ b/web/views/startup.py Mon Jul 06 09:33:09 2009 +0200 @@ -14,6 +14,7 @@ from cubicweb.view import StartupView from cubicweb.selectors import match_user_groups, implements +from cubicweb.schema import 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