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
+2 -2
View File
@@ -77,9 +77,9 @@ from jedi import common
from jedi import cache
from jedi import parsing_representation as pr
from jedi import debug
from jedi import recursion
import docstrings
import evaluate_representation as er
import recursion
import docstrings
import builtin
import imports
import dynamic