[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/security - __init__.py:1.6.14.1

Grégoire Weber zope@i-con.ch
Sun, 22 Jun 2003 10:24:14 -0400


Update of /cvs-repository/Zope3/src/zope/app/interfaces/security
In directory cvs.zope.org:/tmp/cvs-serv24874/src/zope/app/interfaces/security

Modified Files:
      Tag: cw-mail-branch
	__init__.py 
Log Message:
Synced up with HEAD

=== Zope3/src/zope/app/interfaces/security/__init__.py 1.6 => 1.6.14.1 ===
--- Zope3/src/zope/app/interfaces/security/__init__.py:1.6	Mon Apr 14 14:21:36 2003
+++ Zope3/src/zope/app/interfaces/security/__init__.py	Sun Jun 22 10:23:14 2003
@@ -30,10 +30,6 @@
     def getDescription():
         """Return a description of the principal."""
 
-    def getRoles():
-        """Return a possibly empty list of ids of roles held by this principal.
-        """
-
 
 class IUnauthenticatedPrincipal(IPrincipal):
     """A principal that hasn't been authenticated.