[Zope3-checkins] CVS: Zope3/src/zope/app/onlinehelp - configure.zcml:1.2
Jim Fulton
jim@zope.com
Mon, 3 Feb 2003 10:09:13 -0500
Update of /cvs-repository/Zope3/src/zope/app/onlinehelp
In directory cvs.zope.org:/tmp/cvs-serv15846/src/zope/app/onlinehelp
Modified Files:
configure.zcml
Log Message:
Refactored the ftp framework to make it much simpler, less general,
and easier to maintain. This included ripping out the vfs framework.
=== Zope3/src/zope/app/onlinehelp/configure.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/onlinehelp/configure.zcml:1.1 Tue Jan 7 07:27:49 2003
+++ Zope3/src/zope/app/onlinehelp/configure.zcml Mon Feb 3 10:08:40 2003
@@ -8,7 +8,6 @@
<require
permission="zope.View"
interface="zope.app.interfaces.onlinehelp.IOnlineHelpTopic"
- attributes="__iter__"
/>
</content>