mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-21 14:28:26 +08:00
Make the Project API public, fixes #778
This commit is contained in:
@@ -41,6 +41,7 @@ from jedi import settings
|
||||
from jedi.api.environment import find_virtualenvs, find_system_environments, \
|
||||
get_default_environment, InvalidPythonEnvironment, create_environment, \
|
||||
get_system_environment
|
||||
from jedi.api.project import Project
|
||||
from jedi.api.exceptions import InternalError
|
||||
# Finally load the internal plugins. This is only internal.
|
||||
from jedi.plugins import registry
|
||||
|
||||
Reference in New Issue
Block a user