web/views/editcontroller.py
changeset 8190 2a3c1b787688
parent 8128 0a927fe4541b
child 8556 bbe0d6985e59
--- a/web/views/editcontroller.py	Thu Feb 02 14:33:30 2012 +0100
+++ b/web/views/editcontroller.py	Mon Jan 23 13:25:02 2012 +0100
@@ -27,7 +27,7 @@
 
 from cubicweb import Binary, ValidationError, typed_eid
 from cubicweb.view import EntityAdapter, implements_adapter_compat
-from cubicweb.selectors import is_instance
+from cubicweb.predicates import is_instance
 from cubicweb.web import (INTERNAL_FIELD_VALUE, RequestError, NothingToEdit,
                           ProcessFormError)
 from cubicweb.web.views import basecontrollers, autoform