diff -r 544609e83317 -r 96752791c2b6 web/views/ajaxedit.py --- a/web/views/ajaxedit.py Mon Mar 23 17:38:30 2009 +0100 +++ b/web/views/ajaxedit.py Mon Mar 23 17:55:59 2009 +0100 @@ -6,7 +6,7 @@ """ __docformat__ = "restructuredtext en" -from cubicweb.selectors import chainfirst, match_form_params, match_kwargs +from cubicweb.selectors import match_form_params, match_kwargs from cubicweb.web.box import EditRelationBoxTemplate class AddRelationView(EditRelationBoxTemplate):