1
0
forked from VimPlug/jedi

Import issues again.

This commit is contained in:
Dave Halter
2014-09-24 21:59:08 +02:00
parent c43afae24a
commit 9ecf3774a0
3 changed files with 14 additions and 11 deletions

View File

@@ -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