diff -r 934e758a73ef -r eae23c40627a web/views/tableview.py --- a/web/views/tableview.py Tue Dec 08 10:40:20 2009 +0100 +++ b/web/views/tableview.py Tue Dec 08 10:58:56 2009 +0100 @@ -15,8 +15,8 @@ from cubicweb.selectors import nonempty_rset, match_form_params from cubicweb.utils import make_uid from cubicweb.view import EntityView, AnyRsetView -from cubicweb.common import tags -from cubicweb.common.uilib import toggle_action, limitsize, htmlescape +from cubicweb import tags +from cubicweb.uilib import toggle_action, limitsize, htmlescape from cubicweb.web import jsonize from cubicweb.web.htmlwidgets import (TableWidget, TableColumn, MenuWidget, PopupBoxMenu, BoxLink)