[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ConnectionService - configure.zcml:1.7
Steve Alexander
steve@cat-box.net
Sat, 21 Dec 2002 14:59:05 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ConnectionService
In directory cvs.zope.org:/tmp/cvs-serv9697/lib/python/Zope/App/OFS/Services/ConnectionService
Modified Files:
configure.zcml
Log Message:
removed bogus security requirement.
=== Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/configure.zcml 1.6 => 1.7 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/configure.zcml:1.6 Thu Dec 12 06:32:31 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/configure.zcml Sat Dec 21 14:59:05 2002
@@ -9,9 +9,6 @@
interface="Zope.App.RDB.IConnectionService."
attributes="queryConfigurations queryConfigurationsFor
listConfigurationNames" />
- <require
- permission="Zope.ManageServices"
- interface="Zope.App.OFS.Container.IContainer." />
</content>
<content class=".ConnectionConfiguration.">