1
0
forked from VimPlug/jedi

some corrections of imports

This commit is contained in:
David Halter
2013-03-15 16:01:23 +04:30
parent 9ad9c806bb
commit 7b6a4c9a2b
8 changed files with 13 additions and 12 deletions

View File

@@ -8,9 +8,9 @@ Next to :mod:`cache` this module also makes |jedi| not thread-safe. Why?
calls.
"""
from jedi import parsing_representation as pr
from jedi import evaluate_representation as er
from jedi import debug
from jedi import settings
import evaluate_representation as er
import builtin