[Checkins] SVN: PluggableAuthService/branches/tseaver-pluggable_allowed/PropertiedUser.py Fix comment to reflect reality.

Tres Seaver tseaver at palladion.com
Fri Aug 4 10:19:47 EDT 2006


Log message for revision 69354:
  Fix comment to reflect reality.

Changed:
  U   PluggableAuthService/branches/tseaver-pluggable_allowed/PropertiedUser.py

-=-
Modified: PluggableAuthService/branches/tseaver-pluggable_allowed/PropertiedUser.py
===================================================================
--- PluggableAuthService/branches/tseaver-pluggable_allowed/PropertiedUser.py	2006-08-04 12:26:01 UTC (rev 69353)
+++ PluggableAuthService/branches/tseaver-pluggable_allowed/PropertiedUser.py	2006-08-04 14:19:46 UTC (rev 69354)
@@ -153,7 +153,7 @@
         plugins = aq_parent( self )._getOb( 'plugins' )
 
         # This isn't really a policy -- everything in Zope expects that
-        # 'roles = ()' means "VERBOTEN".
+        # 'roles = _what_not_even_god_should_do' means "VERBOTEN".
         if object_roles is _what_not_even_god_should_do:
             return 0
 



More information about the Checkins mailing list