1
0
forked from VimPlug/jedi

Actually use parso now instead of Jedi.

This commit is contained in:
Dave Halter
2017-05-19 14:20:14 -04:00
parent ccbaa12143
commit 9bca3d39f5
34 changed files with 49 additions and 52 deletions

View File

@@ -63,7 +63,7 @@ that are not used are just being ignored.
import copy
import sys
from jedi.parser.python import tree
from parso.python import tree
from jedi import debug
from jedi.common import unite
from jedi.evaluate import representation as er