This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fdrake
Recipients
Date 2004-04-14.18:38:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=3066

Argh!  Here's the tree again, since comments don't get
screwed up the same way initial reports are:

d1/
    foo/
        __init__.py   # this calls pkgutil.extend_path()
        module.py     # imports module "foo.something"
d2/
    Foo/
        __init__.py   # an unrelated package
        something.py
d3/
    foo/
        __init__.py
        something.py
History
Date User Action Args
2009-02-14 14:31:14fdrakeunlinkissue935117 messages
2007-08-23 14:20:57adminlinkissue935117 messages
2007-08-23 14:20:57admincreate