web/views/ibreadcrumbs.py
changeset 4023 eae23c40627a
parent 3890 d7a270f50f54
child 4252 6c4f109c2b03
--- 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):