forked from VimPlug/jedi
fix sys path tests
This commit is contained in:
@@ -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_
|
||||||
|
|||||||
Reference in New Issue
Block a user