[Checkins] SVN: zope.interface/branches/chrism-componentregistry/src/zope/interface/interfaces.py move ISite and IPossibleSite back to zope.component

Chris McDonough chrism at plope.com
Sun Sep 11 11:38:04 EST 2011


Log message for revision 122765:
  move ISite and IPossibleSite back to zope.component

Changed:
  U   zope.interface/branches/chrism-componentregistry/src/zope/interface/interfaces.py

-=-
Modified: zope.interface/branches/chrism-componentregistry/src/zope/interface/interfaces.py
===================================================================
--- zope.interface/branches/chrism-componentregistry/src/zope/interface/interfaces.py	2011-09-10 19:30:17 UTC (rev 122764)
+++ zope.interface/branches/chrism-componentregistry/src/zope/interface/interfaces.py	2011-09-11 16:38:03 UTC (rev 122765)
@@ -1661,22 +1661,4 @@
     """
 
 
-class IPossibleSite(Interface):
-    """An object that could be a site.
-    """
-
-    def setSiteManager(sitemanager):
-        """Sets the site manager for this object.
-        """
-
-    def getSiteManager():
-        """Returns the site manager contained in this object.
-
-        If there isn't a site manager, raise a component lookup.
-        """
-
-
-class ISite(IPossibleSite):
-    """Marker interface to indicate that we have a site"""
-
 # end formerly in zope.component



More information about the checkins mailing list