Re: Module Importing Question

2005-10-22 Thread Kent Johnson
James Stroud wrote: > Hello All, > > I have two modules that I use interchangably depending on the circumstances. > These modules are imported by yet another module. I want the "importation" of > these two alternatives to be mutually exclusive and dependent on the state of > the "outermost modu

Module Importing Question

2005-10-21 Thread James Stroud
Hello All, I have two modules that I use interchangably depending on the circumstances. These modules are imported by yet another module. I want the "importation" of these two alternatives to be mutually exclusive and dependent on the state of the "outermost module" A diagram: mainApp ==i