1
0
forked from VimPlug/jedi

Get a first local test passing.

This commit is contained in:
Dave Halter
2014-10-10 12:07:08 +02:00
parent 3bf1fec568
commit 54c91b1509
3 changed files with 5 additions and 12 deletions
+2 -1
View File
@@ -310,7 +310,8 @@ class FakeImport(pr.Import):
class FakeName(pr.Name):
def __init__(self, name_str, parent=None, start_pos=(0, 0)):
super(FakeName, self).__init__(FakeSubModule, name_str, parent, start_pos)
super(FakeName, self).__init__(name_str, start_pos)
self.parent = parent
def get_definition(self):
return self.parent