Refactor environments a bit

This commit is contained in:
Dave Halter
2017-12-17 18:47:28 +01:00
parent 1c62db04ba
commit fe3e8a0867
5 changed files with 50 additions and 31 deletions

View File

@@ -41,4 +41,4 @@ __version__ = '0.11.0'
from jedi.api import Script, Interpreter, set_debug_function, \
preload_module, names
from jedi import settings
from jedi.api.environment import find_virtualenvs, create_environment
from jedi.api.environment import find_virtualenvs, find_python_environments