[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ServiceManager - IServiceConfiguration.py:1.2.2.1
Florent Guillaume
fg@nuxeo.com
Tue, 3 Dec 2002 08:52:03 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager
In directory cvs.zope.org:/tmp/cvs-serv15446
Modified Files:
Tag: sprintathon-wf-branch
IServiceConfiguration.py
Log Message:
Noted an interface problem.
=== Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/IServiceConfiguration.py 1.2 => 1.2.2.1 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/IServiceConfiguration.py:1.2 Sat Nov 30 13:39:16 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/IServiceConfiguration.py Tue Dec 3 08:52:03 2002
@@ -30,7 +30,7 @@
componentPath = Attribute("The physical path to the component")
- def getService(service_manager):
+ def getService(service_manager): # XXX argument unused?
"""Return the service component named in the directive.
"""