web/views/reledit.py
changeset 8665 e65af61bde7d
parent 8253 df7d6c57a6c8
child 8666 1dd655788ece
--- a/web/views/reledit.py	Thu Jan 10 13:03:38 2013 +0100
+++ b/web/views/reledit.py	Thu Jan 10 18:34:10 2013 +0100
@@ -34,7 +34,8 @@
 from cubicweb.utils import json, json_dumps
 from cubicweb.predicates import non_final_entity, match_kwargs
 from cubicweb.view import EntityView
-from cubicweb.web import uicfg, stdmsgs
+from cubicweb.web import stdmsgs
+from cubicweb.web.views import uicfg
 from cubicweb.web.form import FieldNotFound
 from cubicweb.web.formwidgets import Button, SubmitButton
 from cubicweb.web.views.ajaxcontroller import ajaxfunc