On Mon, 1 Sep 2014 11:41:03 +0900 Satoshi Kobayashi <[email protected]> wrote:
> Dict Comprehension is available in Python 2.7+ but Ryu should work > with Python2.6. Currently, It will become syntax error when we try to > operate BGP of Ryu on the platform of Python2.6. > > Signed-off-by: Satoshi Kobayashi <[email protected]> > --- > ryu/services/protocols/bgp/operator/command.py | 5 +++-- > ryu/services/protocols/bgp/operator/commands/show/neighbor.py | 6 +++--- > ryu/services/protocols/bgp/operator/commands/show/vrf.py | 3 ++- > ryu/services/protocols/bgp/operator/views/base.py | 2 +- > ryu/services/protocols/bgp/peer.py | 5 +++-- > ryu/services/protocols/bgp/speaker.py | 8 ++++---- > 6 files changed, 16 insertions(+), 13 deletions(-) I'm not sure if Ryu still works with Python2.6. Yeah, but it had better to. Applied, thanks! ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
