[Zope3-checkins] CVS: Zope3/lib/python/Zope/ComponentArchitecture - GlobalServiceManager.py:1.5

Itamar Shtull-Trauring zope@itamarst.org
Fri, 6 Dec 2002 08:12:12 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/ComponentArchitecture
In directory cvs.zope.org:/tmp/cvs-serv5098/ComponentArchitecture

Modified Files:
	GlobalServiceManager.py 
Log Message:
update IAuthenticateService for requirements of generic implementation

=== Zope3/lib/python/Zope/ComponentArchitecture/GlobalServiceManager.py 1.4 => 1.5 ===
--- Zope3/lib/python/Zope/ComponentArchitecture/GlobalServiceManager.py:1.4	Thu Jul 11 14:21:37 2002
+++ Zope3/lib/python/Zope/ComponentArchitecture/GlobalServiceManager.py	Fri Dec  6 08:12:10 2002
@@ -70,7 +70,7 @@
         return self.__defs.items()
 
     def provideService(self, name, component):
-        """see IGlobalServiceManager interface"""
+        """see IGlobalServiceManager interface, above"""
 
         if name in self.__services:
             raise DuplicationError(name)