diff -r 2ee0ef069fa7 -r 2a3c1b787688 web/views/idownloadable.py --- a/web/views/idownloadable.py Thu Feb 02 14:33:30 2012 +0100 +++ b/web/views/idownloadable.py Mon Jan 23 13:25:02 2012 +0100 @@ -1,4 +1,4 @@ -# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2012 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This file is part of CubicWeb. @@ -27,8 +27,8 @@ from cubicweb import tags from cubicweb.view import EntityView -from cubicweb.selectors import (one_line_rset, is_instance, match_context_prop, - adaptable, has_mimetype) +from cubicweb.predicates import (one_line_rset, is_instance, match_context_prop, + adaptable, has_mimetype) from cubicweb.mttransforms import ENGINE from cubicweb.web import component, httpcache from cubicweb.web.views import primary, baseviews