1
0
forked from VimPlug/jedi

Better support for searching python environments

This commit is contained in:
Dave Halter
2017-12-15 12:19:52 +01:00
parent c3efde3bfa
commit 3cd5fa3c20
4 changed files with 54 additions and 17 deletions

View File

@@ -41,3 +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.virtualenv import find_virtualenvs, create_environment