[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService - AuthenticationService.py:1.4
Jeremy Hylton
jeremy@zope.com
Mon, 5 Aug 2002 16:08:40 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService
In directory cvs.zope.org:/tmp/cvs-serv1296/lib/python/Zope/App/OFS/Services/AuthenticationService
Modified Files:
AuthenticationService.py
Log Message:
PersistentMapping is now PersistentDict (by popular demand).
Note that this change will break any old pickles.
=== Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService/AuthenticationService.py 1.3 => 1.4 ===
"""
from types import TupleType
-from Persistence.PersistentMapping import PersistentMapping
from Zope.Exceptions import NotFoundError
from Zope.ComponentArchitecture import getAdapter, queryAdapter