1
0
forked from VimPlug/jedi

removed old code that caused exceptions in py3k

This commit is contained in:
David Halter
2012-11-24 14:33:30 +01:00
parent 4df89f0272
commit e1d33f2b49

View File

@@ -1502,10 +1502,6 @@ def follow_call_path(path, scope, position):
search_global=True)
result = imports.strip_imports(scopes)
if result != scopes:
# Reset the position, when imports where stripped.
position = None
return follow_paths(path, result, scope, position=position)