Nigel Rantor wrote: > Basically, I want the same top-level package to have bits of code in > different directories, but because Python requires the __init__.py file > it only picks up the first one in PYTHONPATH.
would a single __init__.py function that does from-import-* on the various implementation modules solve your problem? </F> -- http://mail.python.org/mailman/listinfo/python-list