web/views/ibreadcrumbs.py
branchtls-sprint
changeset 713 5adb6d8e5fa7
parent 692 800592b8d39b
child 731 ac4a94e50b60
--- a/web/views/ibreadcrumbs.py	Tue Feb 17 22:43:59 2009 +0100
+++ b/web/views/ibreadcrumbs.py	Tue Feb 17 22:49:54 2009 +0100
@@ -8,12 +8,12 @@
 
 from logilab.mtconverter import html_escape
 
+# don't use AnyEntity since this may cause bug with isinstance() due to reloading
+from cubicweb.entity import Entity
 from cubicweb.interfaces import IBreadCrumbs
 from cubicweb.selectors import match_context_prop, one_line_rset, implements
 from cubicweb.common.view import EntityView
 from cubicweb.common.uilib import cut
-# don't use AnyEntity since this may cause bug with isinstance() due to reloading
-from cubicweb.common.entity import Entity
 from cubicweb.web.component import EntityVComponent
 
 _ = unicode