1
0
forked from VimPlug/jedi

removed statement_path/goto_names

This commit is contained in:
David Halter
2012-09-22 00:29:03 +02:00
parent c464925647
commit 0bdcc968e3
2 changed files with 1 additions and 21 deletions
-2
View File
@@ -237,8 +237,6 @@ def strip_imports(scopes):
result = []
for s in scopes:
if isinstance(s, parsing.Import):
# this is something like a statement following.
evaluate.statement_path.append(s)
result += ImportPath(s).follow()
else:
result.append(s)