1
0
forked from VimPlug/jedi

Fix: flow analysis crashed when using in combination with different modules.

This commit is contained in:
Dave Halter
2015-12-17 12:37:26 +01:00
parent 3d79d0994e
commit 54b1b2be74
4 changed files with 28 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ import datetime.date
from import_tree.pkg import pkg
#? 22 ['mod1']
from import_tree.pkg. import mod1
#? 17 ['mod1', 'mod2', 'random', 'pkg', 'rename1', 'rename2', 'recurse_class1', 'recurse_class2', 'invisible_pkg']
#? 17 ['mod1', 'mod2', 'random', 'pkg', 'rename1', 'rename2', 'recurse_class1', 'recurse_class2', 'invisible_pkg', 'flow_import']
from import_tree. import pkg
#? 18 ['pkg']