web/views/xmlrss.py
changeset 8190 2a3c1b787688
parent 8035 f98012ec7c53
child 8900 010a59e12d89
--- a/web/views/xmlrss.py	Thu Feb 02 14:33:30 2012 +0100
+++ b/web/views/xmlrss.py	Mon Jan 23 13:25:02 2012 +0100
@@ -25,7 +25,7 @@
 
 from logilab.mtconverter import xml_escape
 
-from cubicweb.selectors import (is_instance, non_final_entity, one_line_rset,
+from cubicweb.predicates import (is_instance, non_final_entity, one_line_rset,
                                 appobject_selectable, adaptable)
 from cubicweb.view import EntityView, EntityAdapter, AnyRsetView, Component
 from cubicweb.view import implements_adapter_compat