[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ServiceManager - IServiceManager.py:1.6

Viktorija Zaksiene ryzaja@codeworks.lt
Mon, 9 Dec 2002 10:16:35 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager
In directory cvs.zope.org:/tmp/cvs-serv22151

Modified Files:
	IServiceManager.py 
Log Message:
Fixed an apparent copy-paste error in interface definition

=== Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/IServiceManager.py 1.5 => 1.6 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/IServiceManager.py:1.5	Sat Nov 30 13:39:16 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/IServiceManager.py	Mon Dec  9 10:16:35 2002
@@ -36,8 +36,8 @@
         """Return an IConfigurationRegistry for a service type
         """
 
-    def createConfigurationsFor(configuration):
-        """Create and return an IConfigurationRegistry a service type
+    def createConfigurations(service_type):
+        """Create and return an IConfigurationRegistry for a service type
         """
 
     def getBoundService(name):