Re: [Ryu-devel] [PATCH] fix load_apps() in AppManager class

2014-03-03 Thread FUJITA Tomonori
On Thu, 27 Feb 2014 17:02:16 +0900 (JST) FUJITA Tomonori wrote: > On Thu, 27 Feb 2014 14:45:39 +0900 > FUJITA Tomonori wrote: > >> fix the following bug: >> >> http://sourceforge.net/p/ryu/mailman/message/32022286/ >> >> Dependent services are not loaded properly with '_CONTEXTS'. >> >> Sign

Re: [Ryu-devel] [PATCH] fix load_apps() in AppManager class

2014-02-27 Thread FUJITA Tomonori
On Thu, 27 Feb 2014 14:45:39 +0900 FUJITA Tomonori wrote: > fix the following bug: > > http://sourceforge.net/p/ryu/mailman/message/32022286/ > > Dependent services are not loaded properly with '_CONTEXTS'. > > Signed-off-by: FUJITA Tomonori > --- > ryu/base/app_manager.py | 4 ++-- > 1 file

[Ryu-devel] [PATCH] fix load_apps() in AppManager class

2014-02-26 Thread FUJITA Tomonori
fix the following bug: http://sourceforge.net/p/ryu/mailman/message/32022286/ Dependent services are not loaded properly with '_CONTEXTS'. Signed-off-by: FUJITA Tomonori --- ryu/base/app_manager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ryu/base/app_manager.py