diff -r 7347715bf0ee -r 59d4ad7e7df3 cubicweb/web/views/xmlrss.py --- a/cubicweb/web/views/xmlrss.py Sat Feb 15 17:08:15 2020 +0100 +++ b/cubicweb/web/views/xmlrss.py Sat Feb 08 22:57:59 2020 +0100 @@ -26,7 +26,8 @@ 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 EntityView, AnyRsetView, Component +from cubicweb.entity import EntityAdapter from cubicweb.uilib import simple_sgml_tag from cubicweb.web import httpcache, component