entities/__init__.py
changeset 8930 6a02be304486
parent 8899 c7a95ebcc093
child 9350 480600497e2d
--- a/entities/__init__.py	Thu Apr 25 17:30:09 2013 +0200
+++ b/entities/__init__.py	Thu Apr 25 14:10:55 2013 +0200
@@ -19,10 +19,8 @@
 
 __docformat__ = "restructuredtext en"
 
-from warnings import warn
 
-from logilab.common.deprecation import deprecated
-from logilab.common.decorators import cached, classproperty
+from logilab.common.decorators import classproperty
 
 from cubicweb import Unauthorized
 from cubicweb.entity import Entity