web/views/ajaxedit.py
branchtls-sprint
changeset 1132 96752791c2b6
parent 742 99115e029dca
child 1622 1a1c494b88e2
--- 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):