1
0
forked from VimPlug/jedi

Make a few modifications to always use the latest environment available.

This commit is contained in:
Dave Halter
2018-04-04 09:53:23 +02:00
parent 6b75519145
commit af956d70a3
2 changed files with 17 additions and 5 deletions
+2 -1
View File
@@ -41,5 +41,6 @@ __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_python_environments, \
get_default_environment, InvalidPythonEnvironment
from jedi.api.exceptions import InternalError