entities/adapters.py
changeset 8930 6a02be304486
parent 8900 010a59e12d89
child 9130 0f1504a9fb51
--- a/entities/adapters.py	Thu Apr 25 17:30:09 2013 +0200
+++ b/entities/adapters.py	Thu Apr 25 14:10:55 2013 +0200
@@ -26,12 +26,11 @@
 
 from logilab.mtconverter import TransformError
 from logilab.common.decorators import cached
-from logilab.common.deprecation import class_deprecated
 
 from cubicweb import ValidationError, view
 from cubicweb.predicates import (implements, is_instance, relation_possible,
                                 match_exception)
-from cubicweb.interfaces import IDownloadable, ITree, IProgress, IMileStone
+from cubicweb.interfaces import IDownloadable, ITree
 
 
 class IEmailableAdapter(view.EntityAdapter):