move more code to the python module

This commit is contained in:
David Halter
2012-10-13 01:24:39 +02:00
parent 8f28773e88
commit 6c21cb1520
3 changed files with 209 additions and 230 deletions

View File

@@ -73,8 +73,6 @@ import os
from os.path import dirname, abspath, join
sys.path.insert(0, join(dirname(dirname(abspath(vim.eval('s:current_file')))), 'jedi'))
# normally you should import jedi. jedi-vim is an exception, because you can
# copy that directly into the .vim directory.
import jedi
import jedi.keywords