[Ryu-devel] [PATCH] test_addrconv: fix a copy and paste mistake

2013-07-29 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/tests/unit/lib/test_addrconv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryu/tests/unit/lib/test_addrconv.py b/ryu/tests/unit/lib/test_addrconv.py index bddc0bf..ab55886 100644 --- a/ryu/tests/unit/lib/test_addrconv.py +++ b/ryu

Re: [Ryu-devel] Why does Ryu include oslo.config in itself?

2013-07-29 Thread YAMAMOTO Takashi
> Hi, > > On Thu, 25 Jul 2013 18:07:03 +0900 > Satoshi Kobayashi wrote: > >> I noticed that oslo.config is included in Ryu itself. But oslo.config is >> distributed by PyPI. >> https://pypi.python.org/pypi/oslo.config >> >> What is the reason Ryu contains oslo.config in itself? IMHO, if there i