[Zope-PAS] Five interfaces

2005-11-17 Thread J Cameron Cooper
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

Re: [Zope-PAS] Re: Five interfaces

2005-11-17 Thread Sidnei da Silva
On Thu, Nov 17, 2005 at 06:47:59PM -0600, J Cameron Cooper wrote: | Sidnei da Silva wrote: | On Thu, Nov 17, 2005 at 02:42:00PM -0600, J Cameron Cooper wrote: | | The trunk currently says in PluggableAuthService.py:: | | | | try: | | from OFS.interfaces import IObjectManager | | from