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
+1 -1
View File
@@ -60,8 +60,8 @@ from jedi import parsing_representation as pr
from jedi import modules
from jedi import settings
from jedi import debug
from jedi import api_classes
from jedi import fast_parser
import api_classes
import evaluate
import imports
import evaluate_representation as er