web/views/autoform.py
changeset 8190 2a3c1b787688
parent 8128 0a927fe4541b
child 8253 df7d6c57a6c8
--- a/web/views/autoform.py	Thu Feb 02 14:33:30 2012 +0100
+++ b/web/views/autoform.py	Mon Jan 23 13:25:02 2012 +0100
@@ -126,12 +126,12 @@
 from logilab.mtconverter import xml_escape
 from logilab.common.decorators import iclassmethod, cached
 from logilab.common.deprecation import deprecated
+from logilab.common.registry import classid
 
 from cubicweb import typed_eid, neg_role, uilib
-from cubicweb.vregistry import classid
 from cubicweb.schema import display_name
 from cubicweb.view import EntityView
-from cubicweb.selectors import (
+from cubicweb.predicates import (
     match_kwargs, match_form_params, non_final_entity,
     specified_etype_implements)
 from cubicweb.utils import json, json_dumps