[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/registration/configure.zcml Space characters deleted

Dmitry Vasiliev dima at hlabs.spb.ru
Tue Aug 3 06:36:14 EDT 2004


Log message for revision 26871:
  Space characters deleted
  


Changed:
  U   Zope3/trunk/src/zope/app/registration/configure.zcml


-=-
Modified: Zope3/trunk/src/zope/app/registration/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/registration/configure.zcml	2004-08-03 08:18:19 UTC (rev 26870)
+++ Zope3/trunk/src/zope/app/registration/configure.zcml	2004-08-03 10:36:14 UTC (rev 26871)
@@ -3,14 +3,14 @@
     >
 
   <!-- Registration registries -->
-  
+
   <content class=".registration.RegistrationStack">
     <require
         permission="zope.ManageServices"
         interface=".interfaces.IRegistrationStack"
         />
   </content>
-  
+
   <adapter
       for=".interfaces.IRegisterable"
       provides=".interfaces.IRegistered"
@@ -22,9 +22,9 @@
     <require 
         permission="zope.ManageContent"
         attributes="addUsage removeUsage" />
-    <allow attributes="usages registrations" />      
+    <allow attributes="usages registrations" />
   </class>
-    
+
   <adapter
       for=".interfaces.IRegisterable"
       provides="zope.app.copypastemove.interfaces.IObjectCopier"



More information about the Zope3-Checkins mailing list