forked from VimPlug/jedi
Make defined_names importable at top-level
This commit is contained in:
@@ -43,7 +43,7 @@ import sys
|
|||||||
sys.path.insert(0, __path__[0])
|
sys.path.insert(0, __path__[0])
|
||||||
|
|
||||||
from .api import Script, Interpreter, NotFoundError, set_debug_function, \
|
from .api import Script, Interpreter, NotFoundError, set_debug_function, \
|
||||||
preload_module
|
preload_module, defined_names
|
||||||
from . import settings
|
from . import settings
|
||||||
|
|
||||||
sys.path.pop(0)
|
sys.path.pop(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user