On Mon, Jan 13, 2003 at 12:18:14PM -0500, Andrew Kuchling wrote: > There was a whole discussion about whether it should be a new feature > in _q_getname(), a new _q_import, or something else. We should try to > get together and resolve this issue before a 0.6b2. I think it was settled that it should be a new hook. The only issue I have is with the _q_import name. The hook could be used to lazily create things other than modules. OTOH, you can probably use properties for other things so maybe _q_import is okay. It's too bad you can't use properties on modules. Neil