[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Security - PrincipalRegistry.py:1.1.2.10

Anthony Baxter anthony@interlink.com.au
Sat, 9 Feb 2002 17:55:50 -0500


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

Modified Files:
      Tag: Zope-3x-branch
	PrincipalRegistry.py 
Log Message:
note to self. :)


=== Zope3/lib/python/Zope/App/Security/PrincipalRegistry.py 1.1.2.9 => 1.1.2.10 ===
 class DuplicateId(Exception): pass
 
+# XXX why isn't this subclassing 'Registry' ? ? ?
 class PrincipalRegistry:
 
     __implements__ = IAuthenticationService