1
0
forked from VimPlug/jedi

solved goto-import problems

This commit is contained in:
David Halter
2012-08-03 00:13:48 +02:00
parent 63c81a0bfe
commit b4d147738f
5 changed files with 32 additions and 9 deletions

View File

@@ -49,9 +49,6 @@ def scope_nested():
#? float()
import_tree.pkg.mod1.a
#? ['a', 'pkg']
import_tree.
# -----------------
# std lib modules
# -----------------

View File

@@ -5,7 +5,7 @@ pylab.
#! ['module numpy']
import numpy
#! ['module random']
#! ['import random', 'module random']
import numpy.random
#? ['array2string']