On Fri, 16 Oct 2015 14:42:33 +0900 IWAMOTO Toshihiro <[email protected]> wrote:
> These are random python3 compatibility fixes for the BGP code. > Although the patches are trivial, testing might be insufficient. > So please be careful when applying. > > IWAMOTO Toshihiro (4): > Python3: use dict instead of types.DictType > Python3: complete previous removal of types usage > Python3: use int instead of long > Try logging.config.dictConfig before in-tree version > > ryu/services/protocols/bgp/application.py | 7 ++++++- > ryu/services/protocols/bgp/operator/views/base.py | 3 +-- > ryu/services/protocols/bgp/rtconf/base.py | 3 ++- > ryu/services/protocols/bgp/utils/bgp.py | 2 +- > 4 files changed, 10 insertions(+), 5 deletions(-) Applied, thanks. ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
