On Thu, 9 Jun 2016 15:19:32 +0900 fumihiko kakuma <[email protected]> wrote:
> __metaclass__ can't be used with python 3 as metaclass syntax has been > changed in python 3. > > Signed-off-by: Fumihiko Kakuma <[email protected]> > --- > ryu/services/protocols/bgp/base.py | 3 ++- > ryu/services/protocols/bgp/info_base/base.py | 9 +++++---- > ryu/services/protocols/bgp/info_base/vpn.py | 6 +++--- > ryu/services/protocols/bgp/info_base/vrf.py | 7 ++++--- > ryu/services/protocols/bgp/protocol.py | 5 +++-- > ryu/services/protocols/bgp/rtconf/base.py | 4 ++-- > 6 files changed, 19 insertions(+), 15 deletions(-) pep8 complains: https://travis-ci.org/fujita/ryu/jobs/136645899 ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
