1
0
forked from VimPlug/jedi

Separate the python syntax tree stuff from the non python stuff.

This commit is contained in:
Dave Halter
2017-03-16 19:54:08 +01:00
parent 448bfd0992
commit 4573ab19f4
4 changed files with 424 additions and 390 deletions

View File

@@ -5,6 +5,7 @@ from jedi._compatibility import is_py3, is_py35
from jedi import common
from jedi.evaluate.filters import AbstractNameDefinition
from jedi.parser.python.tree import Leaf
try:
from pydoc_data import topics as pydoc_topics
except ImportError: