[Zope] Zope context

Dieter Maurer dieter@handshake.de
Tue, 6 Aug 2002 21:01:30 +0200


Bo M. Maryniuck writes:
 > Somebody know how to get a Zope Context within Zope Product or External 
 > Method? 
 > ...
 > class bar:
 > 	def spam(self):
 > 		return self.test.MyObject()
Your class must derive from "Acquisition.Implicit" for this to work...


Dieter