web/views/autoform.py
changeset 8665 e65af61bde7d
parent 8253 df7d6c57a6c8
child 8666 1dd655788ece
--- a/web/views/autoform.py	Thu Jan 10 13:03:38 2013 +0100
+++ b/web/views/autoform.py	Thu Jan 10 18:34:10 2013 +0100
@@ -135,9 +135,9 @@
     match_kwargs, match_form_params, non_final_entity,
     specified_etype_implements)
 from cubicweb.utils import json_dumps
-from cubicweb.web import (stdmsgs, uicfg, eid_param,
+from cubicweb.web import (stdmsgs, eid_param,
                           form as f, formwidgets as fw, formfields as ff)
-from cubicweb.web.views import forms
+from cubicweb.web.views import uicfg, forms
 from cubicweb.web.views.ajaxcontroller import ajaxfunc
 
 _AFS = uicfg.autoform_section