[Zope-PAS] Five interfaces
J Cameron Cooper
jccooper at jcameroncooper.com
Thu Nov 17 15:42:00 EST 2005
The trunk currently says in PluggableAuthService.py::
try:
from OFS.interfaces import IObjectManager
from OFS.interfaces import ISimpleItem
from OFS.interfaces import IPropertyManager
except ImportError: # BBB
from Products.Five.interfaces import IObjectManager
from Products.Five.interfaces import ISimpleItem
from Products.Five.interfaces import IPropertyManager
I think this is supposed to support Zope 2.7 and 2.8 interfaces.
However, I don't see any of the first three imports existing in Zope
2.7. (Or, at least, 2.7.4.)
I haven't tested this myself, but do have a report of it not working.
Am I missing something?
--jcc
--
"Building Websites with Plone"
http://plonebook.packtpub.com/
Enfold Systems, LLC
http://www.enfoldsystems.com
More information about the Zope-PAS
mailing list