1
0
forked from VimPlug/jedi

Small issue with relative imports that don't contain a path after from.

This commit is contained in:
Dave Halter
2014-11-19 15:22:18 +01:00
parent aeaf073ca2
commit 08bdcfb8ca
3 changed files with 7 additions and 5 deletions

View File

@@ -345,6 +345,9 @@ class FakeImport(pr.Import):
self._level = level
self.name = name
def aliases(self):
return {}
@property
def level(self):
return self._level