1
0
forked from VimPlug/jedi

fix sys path tests

This commit is contained in:
Dave Halter
2013-12-27 01:30:22 +01:00
parent c862afb967
commit 40bd118acb

View File

@@ -12,11 +12,11 @@ sys.path.append(sys.path[1] + '/thirdparty')
# syntax err # syntax err
sys.path.append('a' +* '/thirdparty') sys.path.append('a' +* '/thirdparty')
#? ['evaluate', 'evaluate_representation'] #? ['evaluate']
import evaluate import evaluate
#? ['goto'] #? ['Evaluator']
evaluate.goto evaluate.Evaluator
#? ['jedi_'] #? ['jedi_']
import jedi_ import jedi_