Remove from_executable, were not really using it, yet.

This commit is contained in:
Dave Halter
2018-04-14 15:13:02 +02:00
parent 43ab9563e2
commit 9f07e7e352
3 changed files with 5 additions and 12 deletions
+2 -1
View File
@@ -42,5 +42,6 @@ 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, \
get_default_environment, InvalidPythonEnvironment
get_default_environment, InvalidPythonEnvironment, create_environment, \
find_executable, get_python_environment
from jedi.api.exceptions import InternalError