forked from VimPlug/jedi
6 lines
53 B
Python
6 lines
53 B
Python
import sys
|
|
|
|
|
|
def get_sys_path():
|
|
return sys.path
|