--- a/web/views/ajaxedit.py Wed Aug 25 10:01:11 2010 +0200
+++ b/web/views/ajaxedit.py Wed Aug 25 10:29:07 2010 +0200
@@ -22,7 +22,7 @@
from cubicweb import role
from cubicweb.view import View
from cubicweb.selectors import match_form_params, match_kwargs
-from cubicweb.web.box import EditRelationMixIn, EditRelationBoxTemplate
+from cubicweb.web.component import EditRelationMixIn
class AddRelationView(EditRelationMixIn, View):
"""base class for view which let add entities linked by a given relation