Package

Max Erickson maxerickson at gmail.com
Fri Jun 2 13:19:03 EDT 2006


I'm no expert, but your post made me curious. It appears that __all__ 
has the effect of ensuring that 

from test import *

picks up test1, but doesn't go any further than that. 

from test.test1.test2 import * 

should cause test3 to be imported.

max




More information about the Python-list mailing list