[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ServiceManager - IServiceDirective.py:1.1.6.1
Suresh Babu Eddala
sbabu@zeomega.com
Mon, 21 Oct 2002 12:09:48 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager
In directory cvs.zope.org:/tmp/cvs-serv13085/lib/python/Zope/App/OFS/Services/ServiceManager
Modified Files:
Tag: Zope3-Bangalore-TTW-Branch
IServiceDirective.py
Log Message:
Added editDirective method for editing the servicedirective.
=== Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/IServiceDirective.py 1.1 => 1.1.6.1 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/IServiceDirective.py:1.1 Thu Jul 11 14:21:32 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/IServiceDirective.py Mon Oct 21 12:09:48 2002
@@ -29,5 +29,10 @@
"""Return the service component named in the directive.
"""
+ def editDirective():
+ """XXX Edit Service Directive.
+ """
+
+
__doc__ = IServiceDirective.__doc__ + __doc__