En Tue, 16 Oct 2007 17:50:06 -0300, <[EMAIL PROTECTED]> escribió:
> On Oct 16, 3:46 pm, Johny <[EMAIL PROTECTED]> wrote:
>> Now I need to find out which of Programs imports a particular module
>> - module timesocket.py
>> Is that possible without opening each program?
>
> It is with grep on *nix
On Oct 16, 3:46 pm, Johny <[EMAIL PROTECTED]> wrote:
> My Main program imports several other smaller programs.
> for example
> Main.py
> imports
> Program1.py
> Program2.py
> ...
> Program50.py
>
> Now I need to find out which of Programs imports a particular module
> - module timesocket.py
> Is t
My Main program imports several other smaller programs.
for example
Main.py
imports
Program1.py
Program2.py
...
Program50.py
Now I need to find out which of Programs imports a particular module
- module timesocket.py
Is that possible without opening each program?
Thanks
B.
--
http://mail.python