1
0
forked from VimPlug/jedi

Move sample_venvs to examples

This commit is contained in:
Dave Halter
2020-01-12 00:30:05 +01:00
parent 8dc7f2d899
commit 46f8e53e71
8 changed files with 3 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
import sys
sys.path.append('/foo/smth.py:module')
def extend_path_foo():
sys.path.append('/foo/smth.py:from_func')