From: Samuele P. <pe...@in...> - 2000-12-20 02:55:27
|
Hi. I have just checked in a patch for the bug. Basically it's Finn idea applied inside PyModule.__findattr__ + some makeup to this. So we get rid of the equivalent bug in the same setup but with p2.__init__ containing something like: print __name__ import p1 print p1.p2.p3 regards, Samuele. |