forked from VimPlug/jedi
Directly load modules if possible, with this it's not necessary anymore to use dotted_from_fs_path, also fixes #1013.
This commit is contained in:
@@ -44,7 +44,7 @@ def test_versions(version):
|
||||
|
||||
def test_load_module(evaluator):
|
||||
access_path = evaluator.compiled_subprocess.load_module(
|
||||
name=u'math',
|
||||
dotted_name=u'math',
|
||||
sys_path=evaluator.get_sys_path()
|
||||
)
|
||||
name, access_handle = access_path.accesses[0]
|
||||
|
||||
Reference in New Issue
Block a user