On Wed, 29 Jul 2015 17:34:18 +0900 Yusuke Iwase <[email protected]> wrote:
> iteritems() was renamed as items() to support Python3. > In accordance with this change, this patch adds items() into > OFPMatch/OFPStats class for convenience. > > Reported-by: Ed Kiefer <[email protected]> > Signed-off-by: IWASE Yusuke <[email protected]> > --- > ryu/ofproto/ofproto_v1_2_parser.py | 3 +++ > ryu/ofproto/ofproto_v1_3_parser.py | 3 +++ > ryu/ofproto/ofproto_v1_4_parser.py | 3 +++ > ryu/ofproto/ofproto_v1_5_parser.py | 6 ++++++ > 4 files changed, 15 insertions(+) Applied, thanks! ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
