[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/security/_protections.zcml Reformated to fit in 80 characters

Jim Fulton jim at zope.com
Sun Aug 29 16:52:53 EDT 2004


Log message for revision 27334:
  Reformated to fit in 80 characters
  


Changed:
  U   Zope3/trunk/src/zope/app/security/_protections.zcml


-=-
Modified: Zope3/trunk/src/zope/app/security/_protections.zcml
===================================================================
--- Zope3/trunk/src/zope/app/security/_protections.zcml	2004-08-29 18:23:14 UTC (rev 27333)
+++ Zope3/trunk/src/zope/app/security/_protections.zcml	2004-08-29 20:52:53 UTC (rev 27334)
@@ -20,7 +20,8 @@
                       keys maxKey minKey" /> 
 </content>
 <content class="BTrees.IIBTree.IITreeIterator">
-   <allow attributes="__iter__ __str__ __getitem__ __len__ __contains__ next" /> 
+   <allow attributes="__iter__ __str__ __getitem__ __len__
+                      __contains__ next" /> 
 </content>
 
 <!-- ===================================================================== -->
@@ -40,7 +41,8 @@
                       keys maxKey minKey" /> 
 </content>
 <content class="BTrees.IOBTree.IOTreeIterator">
-   <allow attributes="__iter__ __str__ __getitem__ __len__ __contains__ next" /> 
+   <allow attributes="__iter__ __str__ __getitem__ __len__
+                      __contains__ next" /> 
 </content>
 
 <!-- ===================================================================== -->
@@ -60,7 +62,8 @@
                       keys maxKey minKey" /> 
 </content>
 <content class="BTrees.OIBTree.OITreeIterator">
-   <allow attributes="__iter__ __str__ __getitem__ __len__ __contains__ next" /> 
+   <allow attributes="__iter__ __str__ __getitem__ __len__ 
+                      __contains__ next" /> 
 </content>
 
 <!-- ===================================================================== -->
@@ -80,7 +83,8 @@
                       keys maxKey minKey" /> 
 </content>
 <content class="BTrees.OOBTree.OOTreeIterator">
-   <allow attributes="__iter__ __str__ __getitem__ __len__ __contains__ next" /> 
+   <allow attributes="__iter__ __str__ __getitem__ __len__
+                      __contains__ next" /> 
 </content>
 
 <!-- ===================================================================== -->



More information about the Zope3-Checkins mailing list