mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-01 07:06:49 +08:00
Export Interpreter class to top-level namespace
This commit is contained in:
@@ -40,7 +40,9 @@ import sys
|
|||||||
# imports and circular imports... Just avoid it:
|
# imports and circular imports... Just avoid it:
|
||||||
sys.path.insert(0, __path__[0])
|
sys.path.insert(0, __path__[0])
|
||||||
|
|
||||||
from .api import Script, NotFoundError, set_debug_function, _quick_complete
|
from .api import (
|
||||||
|
Script, Interpreter, NotFoundError, set_debug_function, _quick_complete,
|
||||||
|
)
|
||||||
from . import settings
|
from . import settings
|
||||||
|
|
||||||
sys.path.pop(0)
|
sys.path.pop(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user