follow imports if they are in the file path, fixes davidhalter/jedi-vim#56

This commit is contained in:
David Halter
2012-12-30 10:29:35 +01:00
parent 886d43fd4c
commit 41362370ed
3 changed files with 20 additions and 1 deletions

View File

@@ -215,3 +215,11 @@ from not_a_module import
# self import
# this can cause recursions
from imports import *
# -----------------
# packages
# -----------------
from import_tree.mod1 import c
#? set
c