forked from VimPlug/jedi
7 lines
121 B
Python
7 lines
121 B
Python
import sys
|
|
sys.path.append('/foo/smth.py:module')
|
|
|
|
|
|
def extend_path_foo():
|
|
sys.path.append('/foo/smth.py:from_func')
|