When I do 'from some_package import some_module' the __init__.py of some_package will be run. However, there will not be anything like a package-module, and the effects of __init__.py seem all to be lost. Is that true ? Or can I still do something useful with __init__.py ? e -- Egbert Bouwman - Keizersgracht 197 II - 1016 DS Amsterdam - 020 6257991 ======================================================================== -- http://mail.python.org/mailman/listinfo/python-list
- from import and __init__.py egbert
- Re: from import and __init__.py Steve Holden
- Re: from import and __init__.py Terry Reedy
- Re: from import and __init__.py egbert
- Re: from import and __init__.py Gregory Ewing