[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/securitypolicy/principalrole.py Allow for Id exapnsion.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Jul 13 13:13:19 EDT 2004


Log message for revision 26488:
  Allow for Id exapnsion.
  


Changed:
  U   Zope3/trunk/src/zope/app/securitypolicy/principalrole.py


-=-
Modified: Zope3/trunk/src/zope/app/securitypolicy/principalrole.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/principalrole.py	2004-07-13 17:13:09 UTC (rev 26487)
+++ Zope3/trunk/src/zope/app/securitypolicy/principalrole.py	2004-07-13 17:13:19 UTC (rev 26488)
@@ -11,8 +11,11 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Mappings between principals and roles, stored in an object locally."""
+"""Mappings between principals and roles, stored in an object locally.
 
+$Id$
+"""
+
 __metaclass__ = type
 
 from zope.interface import implements



More information about the Zope3-Checkins mailing list