forked from VimPlug/jedi
find_python_environments -> find_system_environments
This commit is contained in:
@@ -41,7 +41,7 @@ __version__ = '0.12.0'
|
||||
from jedi.api import Script, Interpreter, set_debug_function, \
|
||||
preload_module, names
|
||||
from jedi import settings
|
||||
from jedi.api.environment import find_virtualenvs, find_python_environments, \
|
||||
from jedi.api.environment import find_virtualenvs, find_system_environments, \
|
||||
get_default_environment, InvalidPythonEnvironment, create_environment, \
|
||||
get_python_environment
|
||||
get_system_environment
|
||||
from jedi.api.exceptions import InternalError
|
||||
|
||||
Reference in New Issue
Block a user