Bernhard Herzog <[EMAIL PROTECTED]> writes:

> Steve Holden <[EMAIL PROTECTED]> writes:
>>          if package:
>>              module.__path__ = sys.path
>
> You usually should initialize a package's __path__ to an empty list.

Actually, normally it's a list that contains the name of the package
directory as its only item.  I'm not sure what you should do when you do
not import from a file system.

   Bernhard

-- 
Intevation GmbH                                 http://intevation.de/
Skencil                                           http://skencil.org/
Thuban                                  http://thuban.intevation.org/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to