[Zope-CVS] CVS: Products/PluggableAuthService - PropertiedUser.py:1.4

Zachery Bir zbir at urbanape.com
Mon Aug 30 11:25:16 EDT 2004


Update of /cvs-repository/Products/PluggableAuthService
In directory cvs.zope.org:/tmp/cvs-serv18557

Modified Files:
	PropertiedUser.py 
Log Message:
Cleanup excessive whitespace


=== Products/PluggableAuthService/PropertiedUser.py 1.3 => 1.4 ===
--- Products/PluggableAuthService/PropertiedUser.py:1.3	Thu Aug 12 11:15:53 2004
+++ Products/PluggableAuthService/PropertiedUser.py	Mon Aug 30 11:25:15 2004
@@ -55,7 +55,7 @@
         """ -> login name
         """
         return self._login
-    
+
     def getRoles( self ):
 
         """ -> [ role ]
@@ -125,7 +125,7 @@
                 continue
 
             new = getattr( object, 'im_self', None )
-            
+
             if new is not None:
 
                 object = aq_inner( new )
@@ -138,7 +138,7 @@
     def allowed( self, object, object_roles=None ):
 
         """ Check whether the user has access to object.
-        
+
         o The user must have one of the roles in object_roles to allow access.
 
         o Include *both* local roles assigned directly to us *and* those



More information about the Zope-CVS mailing list