web/views/bookmark.py
changeset 8190 2a3c1b787688
parent 8128 0a927fe4541b
child 8665 e65af61bde7d
--- a/web/views/bookmark.py	Thu Feb 02 14:33:30 2012 +0100
+++ b/web/views/bookmark.py	Mon Jan 23 13:25:02 2012 +0100
@@ -23,7 +23,7 @@
 from logilab.mtconverter import xml_escape
 
 from cubicweb import Unauthorized, typed_eid
-from cubicweb.selectors import is_instance, one_line_rset
+from cubicweb.predicates import is_instance, one_line_rset
 from cubicweb.web import (action, component, uicfg, htmlwidgets,
                           formwidgets as fw)
 from cubicweb.web.views import primary