--- a/web/views/basecontrollers.py Thu Feb 02 14:33:30 2012 +0100
+++ b/web/views/basecontrollers.py Mon Jan 23 13:25:02 2012 +0100
@@ -29,7 +29,7 @@
from cubicweb import (NoSelectableObject, ObjectNotFound, ValidationError,
AuthenticationError, typed_eid)
from cubicweb.utils import json_dumps
-from cubicweb.selectors import (authenticated_user, anonymous_user,
+from cubicweb.predicates import (authenticated_user, anonymous_user,
match_form_params)
from cubicweb.web import Redirect, RemoteCallFailed
from cubicweb.web.controller import Controller