forked from VimPlug/jedi
test a little bit more with the not in sys path packages
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
import not_in_sys_path
|
||||
import not_in_sys_path_package
|
||||
from not_in_sys_path_package import module
|
||||
|
||||
not_in_sys_path.value
|
||||
not_in_sys_path_package.value
|
||||
module.value
|
||||
|
||||
Reference in New Issue
Block a user