forked from VimPlug/jedi
refactorings / added used_names to Module
This commit is contained in:
+1
-1
@@ -161,7 +161,7 @@ class ImportPath(object):
|
||||
else:
|
||||
f = builtin.Parser(name=path)
|
||||
|
||||
return f.parser.top, rest
|
||||
return f.parser.module, rest
|
||||
|
||||
|
||||
def strip_imports(scopes):
|
||||
|
||||
Reference in New Issue
Block a user