1
0
forked from VimPlug/jedi

Move not_in_sys_path tests to examples

This commit is contained in:
Dave Halter
2020-01-12 00:55:01 +01:00
parent 796a2b4df5
commit cc34c7d4f3
7 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1 @@
value = 3

View File

@@ -0,0 +1 @@
value = 'package'

View File

@@ -0,0 +1 @@
value = 'package.module'

View File

@@ -0,0 +1,7 @@
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
module.value