Remove unused lgc.interface imports and leftovers
authorRémi Cardona <remi.cardona@logilab.fr>
Wed, 30 Jul 2014 14:06:38 +0200
changeset 10019 c4a5865989ee
parent 10018 72f3249b2f7d
child 10020 5e3fbdb035a8
Remove unused lgc.interface imports and leftovers
entities/__init__.py
entity.py
predicates.py
--- a/entities/__init__.py	Thu Jul 17 14:40:28 2014 +0200
+++ b/entities/__init__.py	Wed Jul 30 14:06:38 2014 +0200
@@ -31,7 +31,6 @@
     instances have access to their issuing cursor
     """
     __regid__ = 'Any'
-    __implements__ = ()
 
     @classproperty
     def cw_etype(cls):
--- a/entity.py	Thu Jul 17 14:40:28 2014 +0200
+++ b/entity.py	Wed Jul 30 14:06:38 2014 +0200
@@ -22,7 +22,6 @@
 from warnings import warn
 from functools import partial
 
-from logilab.common import interface
 from logilab.common.decorators import cached
 from logilab.common.deprecation import deprecated
 from logilab.common.registry import yes
--- a/predicates.py	Thu Jul 17 14:40:28 2014 +0200
+++ b/predicates.py	Wed Jul 30 14:06:38 2014 +0200
@@ -188,7 +188,6 @@
 from warnings import warn
 from operator import eq
 
-from logilab.common.interface import implements as implements_iface
 from logilab.common.registry import Predicate, objectify_predicate, yes
 
 from yams.schema import BASE_TYPES, role_name