entities/__init__.py
branchtls-sprint
changeset 713 5adb6d8e5fa7
parent 479 ac5c9442b1fd
child 912 9ad0867692e1
--- a/entities/__init__.py	Tue Feb 17 22:43:59 2009 +0100
+++ b/entities/__init__.py	Tue Feb 17 22:49:54 2009 +0100
@@ -12,8 +12,8 @@
 from logilab.common.decorators import cached
 
 from cubicweb import Unauthorized, typed_eid
+from cubicweb.entity import Entity
 from cubicweb.common.utils import dump_class
-from cubicweb.common.entity import Entity
 from cubicweb.schema import FormatConstraint
 
 from cubicweb.interfaces import IBreadCrumbs, IFeed