forked from VimPlug/jedi
Finished changing the import logic. The sys.path calculations within Jedi are clearer now.
This commit is contained in:
0
test/test_evaluate/not_in_sys_path/pkg/__init__.py
Normal file
0
test/test_evaluate/not_in_sys_path/pkg/__init__.py
Normal file
@@ -1,6 +1,6 @@
|
||||
import not_in_sys_path
|
||||
import not_in_sys_path_package
|
||||
from not_in_sys_path_package import module
|
||||
from not_in_sys_path import not_in_sys_path
|
||||
from not_in_sys_path import not_in_sys_path_package
|
||||
from not_in_sys_path.not_in_sys_path_package import module
|
||||
|
||||
not_in_sys_path.value
|
||||
not_in_sys_path_package.value
|
||||
|
||||
Reference in New Issue
Block a user