1
0
forked from VimPlug/jedi
Files
jedi-fork/test/examples/sample_venvs/pth_directory/smth.py
2020-01-12 00:30:05 +01:00

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')