Re: Deferred imports

2006-07-14 Thread Justin Azoff
Tom Plunket wrote: > I'm using this package that I can't import on startup, instead needing > to wait until some initialization takes place so I can set other > things up so that I can subsequently import the package and have the > "startup needs" of that package met. [...] > So as y'all might gues

Deferred imports

2006-07-14 Thread Tom Plunket
I'm using this package that I can't import on startup, instead needing to wait until some initialization takes place so I can set other things up so that I can subsequently import the package and have the "startup needs" of that package met. Specifically this has to do with the interaction between