1
0
forked from VimPlug/jedi

move builtin and imports into the evaluate directory

This commit is contained in:
Dave Halter
2013-12-24 16:12:07 +01:00
parent b9719b8c13
commit 4e68856cc4
7 changed files with 9 additions and 9 deletions

View File

@@ -62,7 +62,7 @@ from jedi import settings
from jedi import common
from jedi import debug
from jedi.parser import fast as fast_parser
import imports
from jedi.evaluate import imports
# This is something like the sys.path, but only for searching params. It means
# that this is the order in which Jedi searches params.