Bruno Desthuilliers <[EMAIL PROTECTED]> writes:

>> We agree on that.  It is the OP who *wants* to access his modules
>> directly without ever naming the package.
>
> To be exact, he wants to reorganize it's source code (splitting a
> file that's getting too big AFAICT)

You're right, I misread his original problem statement (as you also
correctly pointed out later in the post).  So yes, a package will do
what he wants, simply by arranging the necessary imports in
__init__.py.  Sorry about the misunderstanding.

>> That is why I think he is missing the point of having a package in
>> the first place.
>
> MHO opinion is that *you* are missing *one* of the point*s* of having
> packages.

:-)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to