[Zope3-checkins] CVS: Zope3/src/zope/app/xml - configure.zcml:1.1.8.1
Jim Fulton
jim@zope.com
Fri, 2 May 2003 14:56:14 -0400
Update of /cvs-repository/Zope3/src/zope/app/xml
In directory cvs.zope.org:/tmp/cvs-serv2097/src/zope/app/xml
Modified Files:
Tag: interfacegeddon-branch
configure.zcml
Log Message:
Got unit tests to pass (and made this branch a full branch).
I'll make detailed comments when I merge.
=== Zope3/src/zope/app/xml/configure.zcml 1.1 => 1.1.8.1 ===
--- Zope3/src/zope/app/xml/configure.zcml:1.1 Thu Apr 10 12:07:45 2003
+++ Zope3/src/zope/app/xml/configure.zcml Fri May 2 14:55:42 2003
@@ -5,8 +5,7 @@
<!-- we need to allow methods of XMLSchemaInterfaceClass so we can access them
through the security proxy -->
<content class=".schemainterface.XMLSchemaInterfaceClass">
- <allow interface="zope.interface.interfaces.IInterface"
- attributes="__bases__" />
+ <allow interface="zope.interface.interfaces.IInterface" />
</content>
</zopeConfigure>