1
0
forked from VimPlug/jedi

Few small issues.

This commit is contained in:
Dave Halter
2015-01-05 23:31:32 +01:00
parent 9cd8fabf2c
commit 65b33013e5
3 changed files with 10 additions and 2 deletions

View File

@@ -905,7 +905,7 @@ class ModuleWrapper(use_metaclass(CachedMetaClass, pr.Module, Wrapper)):
# It's obviously a relative import to the current module.
imp = helpers.FakeImport(fake_n, self, level=1)
fake_n.parent = imp
names[name] = fake_n
names[name] = [fake_n]
# TODO add something like this in the future, its cleaner than the
# import hacks.