[Zope3-checkins] SVN: Zope3/trunk/src/zope/security/zcml.py Remove trailing spaces.

Florent Xicluna laxyf at yahoo.fr
Thu Oct 5 04:45:32 EDT 2006


Log message for revision 70539:
  Remove trailing spaces.

Changed:
  U   Zope3/trunk/src/zope/security/zcml.py

-=-
Modified: Zope3/trunk/src/zope/security/zcml.py
===================================================================
--- Zope3/trunk/src/zope/security/zcml.py	2006-10-04 18:31:53 UTC (rev 70538)
+++ Zope3/trunk/src/zope/security/zcml.py	2006-10-05 08:45:29 UTC (rev 70539)
@@ -79,11 +79,11 @@
                 # lookup, done when checking permissions, with utility
                 # definitions. Utility lookup is expensive after
                 # utility definition, as extensive caches have to be
-                # rebuilt.                
-                order=9999999, 
+                # rebuilt.
+                order=9999999,
                 )
-        
 
+
 class ISecurityPolicyDirective(Interface):
     """Defines the security policy that will be used for Zope."""
 
@@ -138,7 +138,7 @@
 
 def redefinePermission(_context, from_, to):
     _context = _context.context
-    
+
     # check if context has any permission mappings yet
     if not hasattr(_context, 'permission_mapping'):
         _context.permission_mapping={}



More information about the Zope3-Checkins mailing list