Re: [Ryu-devel] [PATCH] ryu/ofproto/ofproto_v1_0_parser: fix import error

2013-03-31 Thread FUJITA Tomonori
On Mon, 1 Apr 2013 13:15:22 +0900 Yoshihiro Kaneko wrote: > This patch fixes the following issue. > > Traceback (most recent call last): > File "/opt/stack/ryu/bin/ryu-manager", line 42, in > from ryu.base.app_manager import AppManager > File "/opt/stack/ryu/ryu/base/app_manager.py", l

[Ryu-devel] [PATCH] ryu/ofproto/ofproto_v1_0_parser: fix import error

2013-03-31 Thread Yoshihiro Kaneko
This patch fixes the following issue. Traceback (most recent call last): File "/opt/stack/ryu/bin/ryu-manager", line 42, in from ryu.base.app_manager import AppManager File "/opt/stack/ryu/ryu/base/app_manager.py", line 25, in from ryu.controller.handler import register_instance Fi