Brett Cannon <br...@python.org> added the comment:

To answer Steve's question, what you would want is a finder which recognized 
the directory of the package so as to return a special loader just for that 
package (basically __path__ is sent through the normal import mechanism and so 
you would want something on sys.path_hooks which knew how to get an appropriate 
finder which would return the loader you want).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32516>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to