Matthew Wilson wrote: > I want to have .foo directory that contains some python code. I can't > figure out how to import code from that .foo directory. Is this even > possible? Did you try putting '.foo' on sys.path?