api.virtualenv -> api.environment

This commit is contained in:
Dave Halter
2017-12-15 18:20:35 +01:00
parent 0d7f93c019
commit d0732e58cc
4 changed files with 3 additions and 3 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.virtualenv import find_virtualenvs, create_environment
from jedi.api.environment import find_virtualenvs, create_environment