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 that possible without opening each program?
> Thanks
> B.

It is with grep on *nix, or you could download baregrep for windows,
which is what I use when I need to know this sort of thing.

Mike

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to