[Pythonmac-SIG] importing from nested folders?

Chris Jacobson fear@technologist.com
Fri, 7 Apr 2000 18:02:38 -0500


On 4/7/00 11:00 AM, pythonmac-sig-request@python.org 
(pythonmac-sig-request@python.org) stated:

>The quick answer is "you can't".

Actually, you can, if said folder is a subfulder of an existing path, and 
contains an __init__.py (look at :Lib:test:).  Said folder acts as a sort 
of module initialied by __init__.py

- Chris Jacobson