1
0
forked from VimPlug/jedi

Re-enable AttributeError/NameError detection for more complicated occurances than just statements.

This commit is contained in:
Dave Halter
2014-12-11 19:18:00 +01:00
parent 77fdbac234
commit d11ea73ef4
6 changed files with 65 additions and 16 deletions

View File

@@ -375,7 +375,7 @@ class FakeImport(pr.Import):
def start_pos(self):
return 0, 0
def _paths(self):
def paths(self):
return [[self.name]]