[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ConnectionService - configure.zcml:1.3.6.1
Suresh Babu Eddala
sbabu@zeomega.com
Mon, 21 Oct 2002 12:43:45 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ConnectionService
In directory cvs.zope.org:/tmp/cvs-serv17835/lib/python/Zope/App/OFS/Services/ConnectionService
Modified Files:
Tag: Zope3-Bangalore-TTW-Branch
configure.zcml
Log Message:
Implemented IAttributeAnnotatable
=== Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/configure.zcml 1.3 => 1.3.6.1 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/configure.zcml:1.3 Thu Jul 11 14:21:30 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/configure.zcml Mon Oct 21 12:43:14 2002
@@ -9,6 +9,7 @@
<require
permission="Zope.ManageServices"
interface="Zope.App.OFS.Container.IContainer." />
+ <implements interface="Zope.App.OFS.Annotation.IAttributeAnnotatable." />
</content>
<include package=".Views" />