diff -r 934e758a73ef -r eae23c40627a web/views/ibreadcrumbs.py --- a/web/views/ibreadcrumbs.py Tue Dec 08 10:40:20 2009 +0100 +++ b/web/views/ibreadcrumbs.py Tue Dec 08 10:58:56 2009 +0100 @@ -16,7 +16,7 @@ from cubicweb.view import EntityView, Component # don't use AnyEntity since this may cause bug with isinstance() due to reloading from cubicweb.entity import Entity -from cubicweb.common import tags, uilib +from cubicweb import tags, uilib class BreadCrumbEntityVComponent(Component):