Re: Re[2]: Get importer module from imported module

2005-02-07 Thread Duncan Booth
dody suria wijaya wrote: > "import a" inside b would not solve the problem, since there > are many "module a" and module b does not know beforehand > which module had imported it. Ok, I understand now what you are trying to achieve, but there isn't any concept relating a module back to the first

Re[2]: Get importer module from imported module

2005-02-07 Thread dody suria wijaya
Thank you for such a quick reply. There were some details I had left behind related to my case that I guess would now need to be told to better illustrate the problem. I have many different module of "a", let's called it a1, a2 ... a100, and there is only one module "b". Here's a better example (a