convinent script to adapt python's sys.path
Project description
# Description convinent script to adapt python’s sys.path
- # Usage
- Say we have dir-tree below:
a / b / c.py x / y / z.py
- Now suppose we are in “z.py” and we want to do this:
from a.b import c
- We can put the lines below ahead of “z.py”
from adaptpath import adaptpath adaptpath.adapt_from_path(2, __file__)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
adaptpath-0.3.0.tar.gz
(3.6 kB
view hashes)