1
0
forked from VimPlug/jedi

import jedi in tests and not api

This commit is contained in:
David Halter
2013-01-08 12:15:50 +01:00
parent 35186629f0
commit 3c4e079ecb
4 changed files with 31 additions and 29 deletions

View File

@@ -5,10 +5,10 @@ import sys
import os
from os.path import abspath, dirname
sys.path.insert(0, abspath(dirname(abspath(__file__)) + '/../jedi'))
sys.path.insert(0, abspath(dirname(abspath(__file__)) + '/../'))
os.chdir(os.path.dirname(os.path.abspath(__file__)) + '/../jedi')
import api
from jedi import api
import debug
test_sum = 0