[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/security/interfaces.py
Removed the venerable IAuthentication2.
Garrett Smith
garrett at mojave-corp.com
Fri Jul 29 11:26:30 EDT 2005
Log message for revision 37539:
Removed the venerable IAuthentication2.
Changed:
U Zope3/trunk/src/zope/app/security/interfaces.py
-=-
Modified: Zope3/trunk/src/zope/app/security/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/security/interfaces.py 2005-07-29 14:30:56 UTC (rev 37538)
+++ Zope3/trunk/src/zope/app/security/interfaces.py 2005-07-29 15:26:30 UTC (rev 37539)
@@ -143,10 +143,6 @@
object hierarchy.
"""
-# BBB gone for 3.1
-class IAuthentication2(IAuthentication):
- pass
-
class IAuthenticationUtility(IAuthentication):
"""This interface is deprecated
"""
More information about the Zope3-Checkins
mailing list