[Checkins] SVN: zc.objectlog/trunk/src/zc/objectlog/configure.zcml add newly-needed protection for __iter__

Gary Poster gary at zope.com
Thu Nov 16 21:35:10 EST 2006


Log message for revision 71148:
  add newly-needed protection for __iter__

Changed:
  U   zc.objectlog/trunk/src/zc/objectlog/configure.zcml

-=-
Modified: zc.objectlog/trunk/src/zc/objectlog/configure.zcml
===================================================================
--- zc.objectlog/trunk/src/zc/objectlog/configure.zcml	2006-11-16 20:00:54 UTC (rev 71147)
+++ zc.objectlog/trunk/src/zc/objectlog/configure.zcml	2006-11-17 02:35:07 UTC (rev 71148)
@@ -9,7 +9,8 @@
   <class class=".log.Log">
     <allow attributes="__call__" />
     <require permission="zope.View"
-             interface="zope.interface.common.sequence.IFiniteSequence" />
+             interface="zope.interface.common.sequence.IFiniteSequence"
+             attributes="__iter__" />
   </class>
   
   <class class=".log.LogEntry">



More information about the Checkins mailing list