web/views/ajaxedit.py
changeset 6141 b8287e54b528
parent 6140 65a619eb31c4
child 6497 84fbd09f8c6b
--- 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