diff -r 2ee0ef069fa7 -r 2a3c1b787688 web/views/reledit.py --- a/web/views/reledit.py Thu Feb 02 14:33:30 2012 +0100 +++ b/web/views/reledit.py Mon Jan 23 13:25:02 2012 +0100 @@ -32,7 +32,7 @@ from cubicweb import neg_role from cubicweb.schema import display_name from cubicweb.utils import json_dumps -from cubicweb.selectors import non_final_entity, match_kwargs +from cubicweb.predicates import non_final_entity, match_kwargs from cubicweb.view import EntityView from cubicweb.web import uicfg, stdmsgs from cubicweb.web.form import FieldNotFound