missing import
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 17 Sep 2009 15:52:46 +0200
changeset 3300 c7c4775a5619
parent 3293 69c0ba095536
child 3369 7b88d12b4ee2
missing import
entity.py
--- a/entity.py	Thu Sep 17 15:16:53 2009 +0200
+++ b/entity.py	Thu Sep 17 15:52:46 2009 +0200
@@ -12,6 +12,7 @@
 from logilab.common import interface
 from logilab.common.compat import all
 from logilab.common.decorators import cached
+from logilab.common.deprecation import deprecated
 from logilab.mtconverter import TransformData, TransformError, xml_escape
 
 from rql import parse