diff -r af969080e7e6 -r 37726f66ff82 cubicweb/test/data/views.py --- a/cubicweb/test/data/views.py Fri Jan 20 10:31:04 2017 +0100 +++ b/cubicweb/test/data/views.py Fri Jan 20 14:32:34 2017 +0100 @@ -15,12 +15,13 @@ # # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . -from cubicweb.web.views import xmlrss -xmlrss.RSSIconBox.visible = True - from cubicweb.predicates import match_user_groups from cubicweb.server import Service +from cubicweb.web.views import xmlrss + + +xmlrss.RSSIconBox.visible = True class TestService(Service):