forked from VimPlug/jedi
Import issues again.
This commit is contained in:
@@ -297,7 +297,7 @@ class FakeStatement(pr.ExprStmt):
|
||||
class FakeImport(pr.Import):
|
||||
def __init__(self, name, parent, level=0):
|
||||
p = 0, 0
|
||||
super(FakeImport, self).__init__(FakeSubModule, p, p, name,
|
||||
super(FakeImport, self).__init__(FakeSubModule, p, p, [name],
|
||||
relative_count=level)
|
||||
self.parent = parent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user