1
0
forked from VimPlug/jedi

Finished changing the import logic. The sys.path calculations within Jedi are clearer now.

This commit is contained in:
Dave Halter
2015-04-25 22:45:08 +02:00
parent d038fba9df
commit 06d134a7c1
7 changed files with 32 additions and 34 deletions

View 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