[Zope] Disabling implicit acquisition

Casey Duncan casey@zope.com
Mon, 08 Apr 2002 11:52:33 -0600


Yup, just mix in Acquisition.Explicit as a base class. However, since 
ObjectManager mixes in Acquisition.Implict, you'll need to put Explicit 
before Folder or ObjectManager.

Thomas Guettler wrote:
> Hi!
> 
> I am writing a python product. One class inherits from Folder.
> Is there a way to disable implicit acquisition in my class?
> 
>  thomas