forked from VimPlug/jedi
fix builtin module imports, fixes davidhalter/jedi-vim#152
This commit is contained in:
@@ -67,6 +67,10 @@ def scope_nested2():
|
||||
#? []
|
||||
import_tree.rename1
|
||||
|
||||
def builtin_test():
|
||||
#? ['math']
|
||||
import math
|
||||
|
||||
# -----------------
|
||||
# std lib modules
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user