forked from VimPlug/jedi
rename non-cycling imports to 'from jedi import ..'
This commit is contained in:
@@ -55,16 +55,16 @@ from __future__ import with_statement
|
||||
|
||||
import os
|
||||
|
||||
import cache
|
||||
import parsing_representation as pr
|
||||
import evaluate_representation as er
|
||||
import modules
|
||||
from jedi import cache
|
||||
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 evaluate
|
||||
import settings
|
||||
import debug
|
||||
import imports
|
||||
import api_classes
|
||||
import fast_parser
|
||||
import evaluate_representation as er
|
||||
|
||||
# This is something like the sys.path, but only for searching params. It means
|
||||
# that this is the order in which Jedi searches params.
|
||||
|
||||
Reference in New Issue
Block a user