On 20 Aug, 2010, at 12:44, Virgil Dupras wrote:
> 
> I reproduced the problem and created a package reproducing it. I
> thought it would be hard, but it's really easy: I have a main script
> and a package 'pkg' containing submodules 'a' and 'b'. 'b' does
> nothing, 'a' import 'b' with 'from . import b'. the mainscript does
> 'from pkg import a'. Modulefinder finds both 'a' and 'b'. Modulegraph
> only finds 'a'. I included a 'run.py' script in the package that runs
> them both and print the report:

I've committed a fix for this to the mercurial repo, including a testcase based 
on your example.

Thanks for finding a simple way to reproduce the problem,

Ronald

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to