[Zope] Importing External Methods

Dennis Allison allison@sumeru.stanford.EDU
Fri, 17 May 2002 11:09:40 -0700


One approach is simply to incorporate them into the same module in the 
Extensions.  You construct two different External Method descriptors, 
but they point to the same shared module.

belen@netcom.no wrote:

I have two external methods in the same zope folder. Is there a way to 
import one of the external methods into the other one? I need to access 
a datatype class from one to the other.