web/views/isioc.py
changeset 5895 6a3f776292a5
parent 5569 cb14af012a96
child 6582 8eb7883b4223
--- a/web/views/isioc.py	Mon Jul 05 19:05:56 2010 +0200
+++ b/web/views/isioc.py	Mon Jul 05 19:06:17 2010 +0200
@@ -32,7 +32,7 @@
 class ISIOCItemAdapter(EntityAdapter):
     """interface for entities which may be represented as an ISIOC items"""
     __regid__ = 'ISIOCItem'
-    __select__ = implements(ISiocItem) # XXX for bw compat, should be abstract
+    __select__ = implements(ISiocItem, warn=False) # XXX for bw compat, should be abstract
 
     @implements_adapter_compat('ISIOCItem')
     def isioc_content(self):
@@ -63,7 +63,7 @@
 class ISIOCContainerAdapter(EntityAdapter):
     """interface for entities which may be represented as an ISIOC container"""
     __regid__ = 'ISIOCContainer'
-    __select__ = implements(ISiocContainer) # XXX for bw compat, should be abstract
+    __select__ = implements(ISiocContainer, warn=False) # XXX for bw compat, should be abstract
 
     @implements_adapter_compat('ISIOCContainer')
     def isioc_type(self):