On Mon, 6 Apr 2015 20:26:37 +0900 Satoshi Kobayashi <[email protected]> wrote:
> We use syntaxes which can be used only in Python2 at many locations. But we > should reduce the use of the syntaxes. This patch serves syntax level > compatibility with Python3. However, for full compatibility is required still > a lot of work because many API changes are made between 2 to 3. > > Signed-off-by: Satoshi Kobayashi <[email protected]> > --- > ryu/app/bmpstation.py | 2 +- > ryu/app/rest_firewall.py | 14 +-- > ryu/app/rest_qos.py | 8 +- > ryu/app/simple_switch_snort.py | 4 +- > ryu/cmd/of_config_cli.py | 114 > ++++++++++----------- > ryu/cmd/rpc_cli.py | 24 ++--- > ryu/cmd/ryu_base.py | 2 +- > ryu/contrib/ovs/daemon.py | 30 +++--- > ryu/contrib/ovs/db/idl.py | 8 +- > ryu/contrib/ovs/fatal_signal.py | 2 +- > ryu/contrib/ovs/json.py | 2 +- > ryu/contrib/ovs/ovsuuid.py | 2 +- > ryu/contrib/ovs/poller.py | 2 +- > ryu/contrib/ovs/socket_util.py | 24 ++--- > ryu/contrib/ovs/stream.py | 11 +- > ryu/controller/conf_switch.py | 3 +- > ryu/lib/ovs/vsctl.py | 24 ++--- > ryu/lib/stringify.py | 6 +- > .../protocols/bgp/operator/commands/show/rib.py | 2 +- > ryu/services/protocols/bgp/utils/dictconfig.py | 28 ++--- > ryu/tests/integrated/run_tests_with_ovs12.py | 2 +- > ryu/tests/integrated/test_of_config.py | 2 +- > ryu/tests/integrated/vrrp_common.py | 45 ++++---- > ryu/tests/switch/tester.py | 2 +- > ryu/tests/unit/app/test_tester.py | 2 +- > ryu/tests/unit/lib/test_ip.py | 2 +- > ryu/tests/unit/lib/test_rpc.py | 4 +- > ryu/tests/unit/lib/test_stringify.py | 2 +- > ryu/tests/unit/ofproto/test_parser.py | 2 +- > ryu/tests/unit/ofproto/test_parser_compat.py | 2 +- > ryu/tests/unit/ofproto/test_parser_ofpmatch.py | 2 +- > ryu/tests/unit/packet/test_bgp.py | 2 +- > 32 files changed, 193 insertions(+), 188 deletions(-) Fully agreed. Applied, thanks a lot! ------------------------------------------------------------------------------ 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
