On Tue, 02 Oct 2007 19:34:29 +1300, Lawrence D'Oliveiro wrote:

> In message <[EMAIL PROTECTED]>, Robert
> Kern wrote:
> 
>> Not all of the modules in a package are imported by importing the
>> top-level package.
> 
> You can't import packages, only modules.

Oh come on, this is unnecessary nitpicking.  Importing the module
`__init__` from a package using the name of the package is close enough to
justify the phrase "I import the package" IMHO.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to