web/views/tableview.py
changeset 4023 eae23c40627a
parent 3890 d7a270f50f54
child 4045 f4a52abb6f4f
--- 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)