[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Security - IAttributePrincipalRoleManageable.py:1.1.2.1

Steve Spicklemire steve@spvi.com
Fri, 8 Feb 2002 13:20:57 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/Security
In directory cvs.zope.org:/tmp/cvs-serv2601

Added Files:
      Tag: Zope-3x-branch
	IAttributePrincipalRoleManageable.py 
Log Message:
adding IAttributePrincipalRole stuff

=== Added File Zope3/lib/python/Zope/App/Security/IAttributePrincipalRoleManageable.py ===
##############################################################################
#
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
# 
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE
# 
##############################################################################
"""

Revision information: $Id: IAttributePrincipalRoleManageable.py,v 1.1.2.1 2002/02/08 18:20:56 sspickle Exp $
"""

from Persistence.IPersistent import IPersistent

class IAttributePrincipalRoleManageable(IPersistent):

    """The object reserves the attribute __principal_role__ for use
    by implementations of IPrincipalRoleManager"""