web/views/ajaxedit.py
changeset 8190 2a3c1b787688
parent 7879 9aae456abab5
child 9725 2614362be11e
child 9870 d30ff49d4a94
--- a/web/views/ajaxedit.py	Thu Feb 02 14:33:30 2012 +0100
+++ b/web/views/ajaxedit.py	Mon Jan 23 13:25:02 2012 +0100
@@ -21,7 +21,7 @@
 
 from cubicweb import role
 from cubicweb.view import View
-from cubicweb.selectors import match_form_params, match_kwargs
+from cubicweb.predicates import match_form_params, match_kwargs
 from cubicweb.web import component, stdmsgs, formwidgets as fw
 
 class AddRelationView(component.EditRelationMixIn, View):