web/formfields.py
changeset 8665 e65af61bde7d
parent 8517 199fefe396ab
child 8666 1dd655788ece
--- a/web/formfields.py	Thu Jan 10 13:03:38 2013 +0100
+++ b/web/formfields.py	Thu Jan 10 18:34:10 2013 +0100
@@ -79,7 +79,8 @@
 from cubicweb import Binary, tags, uilib
 from cubicweb.utils import support_args
 from cubicweb.web import INTERNAL_FIELD_VALUE, ProcessFormError, eid_param, \
-     formwidgets as fw, uicfg
+     formwidgets as fw
+from cubicweb.web.views import uicfg
 
 
 class UnmodifiedField(Exception):