> > How can I access the top level module's doc string from toolkit?
>
> Like
>
>      import __main__
>      print_usage( __main__ )
>
> with suitable definition of 'usage'.
>
> Cheers & hth.,
>
> - Alf

Problem solved!
Thanks for the other tips too.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to