Signed-off-by: Satoshi Kobayashi <[email protected]>
---
 ryu/tests/unit/ofproto/test_parser_ofpmatch.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ryu/tests/unit/ofproto/test_parser_ofpmatch.py 
b/ryu/tests/unit/ofproto/test_parser_ofpmatch.py
index 8400e1b..2436b93 100644
--- a/ryu/tests/unit/ofproto/test_parser_ofpmatch.py
+++ b/ryu/tests/unit/ofproto/test_parser_ofpmatch.py
@@ -215,8 +215,8 @@ def _add_tests():
                         if domask:
                             values = [(value, cls.generate_mask())
                                       for (cls, value)
-                                      in itertools.izip(clss, values)]
-                        d = dict(itertools.izip(keys, values))
+                                      in zip(clss, values)]
+                        d = dict(zip(keys, values))
                         mod = ofpp.__name__.split('.')[-1]
                         method_name = 'test_' + mod
                         if domask:
-- 
2.3.2 (Apple Git-55)


------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to