diff -r 2ee0ef069fa7 -r 2a3c1b787688 doc/book/en/devweb/views/primary.rst --- a/doc/book/en/devweb/views/primary.rst Thu Feb 02 14:33:30 2012 +0100 +++ b/doc/book/en/devweb/views/primary.rst Mon Jan 23 13:25:02 2012 +0100 @@ -176,7 +176,7 @@ .. sourcecode:: python - from cubicweb.selectors import is_instance + from cubicweb.predicates import is_instance from cubicweb.web.views.primary import Primaryview class BlogEntryPrimaryView(PrimaryView): @@ -206,7 +206,7 @@ .. sourcecode:: python from logilab.mtconverter import xml_escape - from cubicweb.selectors import is_instance, one_line_rset + from cubicweb.predicates import is_instance, one_line_rset from cubicweb.web.views.primary import Primaryview class BlogPrimaryView(PrimaryView):