mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-25 23:01:08 +08:00
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