[Checkins] SVN: zope.component/trunk/src/zope/component/interfaces.py Remove the broken IResource interface. It will be added to zope.app.publisher.

Dan Korostelev nadako at gmail.com
Sun Mar 8 03:55:21 EDT 2009


Log message for revision 97647:
  Remove the broken IResource interface. It will be added to zope.app.publisher.

Changed:
  U   zope.component/trunk/src/zope/component/interfaces.py

-=-
Modified: zope.component/trunk/src/zope/component/interfaces.py
===================================================================
--- zope.component/trunk/src/zope/component/interfaces.py	2009-03-08 07:54:30 UTC (rev 97646)
+++ zope.component/trunk/src/zope/component/interfaces.py	2009-03-08 07:55:21 UTC (rev 97647)
@@ -911,12 +911,9 @@
     """
 
 ########################################################################
-# This interfaces are deprecated and meant to be (re)moved soon
+# This interface are deprecated and meant to be (re)moved soon
 #
 
-class IResource(IPresentation):
-    """Resources provide data to be used for presentation."""
-
 # When this code is removed, this needs to be undeprecated and moved
 # towards a private interface somewhere in zope.app.publisher. In
 # effect the Zope 3 core is still using IDefaultViewName at present,



More information about the Checkins mailing list