forked from VimPlug/jedi
3 lines
93 B
Python
3 lines
93 B
Python
from os import path
|
|
print(path.join(path.dirname(path.abspath(__file__)), 'replstartup.py'))
|