web/views/primary.py
changeset 8665 e65af61bde7d
parent 8216 99ff746e8de8
child 8666 1dd655788ece
--- a/web/views/primary.py	Thu Jan 10 13:03:38 2013 +0100
+++ b/web/views/primary.py	Thu Jan 10 18:34:10 2013 +0100
@@ -50,7 +50,8 @@
 from cubicweb.predicates import match_kwargs, match_context
 from cubicweb.view import EntityView
 from cubicweb.schema import META_RTYPES, VIRTUAL_RTYPES, display_name
-from cubicweb.web import uicfg, component
+from cubicweb.web import component
+from cubicweb.web.views import uicfg
 
 
 class PrimaryView(EntityView):