forked from VimPlug/jedi
test for imports that are not in the sys.path.
This commit is contained in:
3
test/not_in_sys_path/pkg/module.py
Normal file
3
test/not_in_sys_path/pkg/module.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import not_in_sys_path
|
||||
|
||||
not_in_sys_path.value
|
||||
Reference in New Issue
Block a user