hi,
I have two folders A,B
A have foo.py
B have new.py
I want to import foo.py from A folder to new.py(it's in B folder).How can I do? But I didn't want to add foo.py in python's path.

Is there any ways?

--
simpleman