forked from VimPlug/jedi
It turned out that the failure occurs when you define "fake module path" by importing some module from others. Indeed, this is what happens in os.py.
2 lines
27 B
Python
2 lines
27 B
Python
from . import mod1 as fake
|