[Zope] Interfaces to imported python modules

Chris Withers chrisw@nipltd.com
Thu, 31 Jul 2003 15:23:06 +0100


Matt wrote:
> available to the python script in Zope.  Is there any way to proxy only 
> ObjectA and tell it to make public all interfaces of any object that can 
> be referenced through it? 

Don't think so. That wouldn't be very secure would it?

How about actually giving your other classes security definitions rather than 
creating all these proxies?

cheers,

Chris