move jedi_vim.py to main folder

This commit is contained in:
David Halter
2013-08-27 21:49:51 +04:30
parent 3154c4ab08
commit e534aeee4b
2 changed files with 1 additions and 1 deletions

View File

@@ -242,7 +242,7 @@ import vim
# update the system path, to include the jedi path
import sys
import os
sys.path.insert(0, os.path.join(vim.eval('expand("<sfile>:p:h:h")'), 'jedi'))
sys.path.insert(0, os.path.join(vim.eval('expand("<sfile>:p:h")'), 'jedi'))
# to display errors correctly
import traceback