1
0
forked from VimPlug/jedi

Reproduce the previous test failure w/o stdlib

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.
This commit is contained in:
Takafumi Arakaki
2013-05-21 17:40:20 +02:00
parent 1a5942364a
commit 46ac76e8be
2 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1 @@
from . import mod1 as fake