os-ken/ryu/app
Satoshi Kobayashi 325c9ae9c3 Syntax level compatibility with Python 3
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 <satoshi-k@stratosphere.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2015-04-08 12:57:45 +09:00
..
gui_topology gui_topology: fix to work using WebSocket 2014-09-27 18:44:25 +09:00
ofctl ryu.app.ofctl: Handle a race with connection close 2015-03-16 21:39:44 +09:00
__init__.py initial commit 2011-12-09 15:56:05 +09:00
bmpstation.py Syntax level compatibility with Python 3 2015-04-08 12:57:45 +09:00
cbench.py doc: add components page 2014-05-27 20:24:50 +09:00
client.py ryu.app.client: comments 2013-11-19 07:58:59 -08:00
conf_switch_key.py ryu/app/conf_switch_key: fix a comment 2013-07-09 12:14:38 +09:00
gre_tunnel.py doc: add components page 2014-05-27 20:24:50 +09:00
ofctl_rest.py ofctl_rest: Reduce pylint warnings 2015-03-18 22:27:13 +09:00
quantum_adapter.py doc: add components page 2014-05-27 20:24:50 +09:00
rest_conf_switch.py doc: add components page 2014-05-27 20:24:50 +09:00
rest_firewall.py Syntax level compatibility with Python 3 2015-04-08 12:57:45 +09:00
rest_nw_id.py app/rest_nw_id: add port type for reserved port and vport-gre 2013-02-04 22:32:32 +09:00
rest_qos.py Syntax level compatibility with Python 3 2015-04-08 12:57:45 +09:00
rest_quantum.py doc: add components page 2014-05-27 20:24:50 +09:00
rest_router.py Cleanup isinstance(foo, (int, long)) 2015-01-19 00:51:55 +09:00
rest_topology.py rest_topology: use decorator api 2014-05-24 10:52:55 +09:00
rest_tunnel.py doc: add components page 2014-05-27 20:24:50 +09:00
rest.py doc: add components page 2014-05-27 20:24:50 +09:00
simple_isolation.py doc: add components page 2014-05-27 20:24:50 +09:00
simple_switch_12.py simple_switch_12: handle non-buffering switch 2014-11-01 05:26:35 +01:00
simple_switch_13.py simple_switch_13.py: Added ability to use buffer_id in FlowMod 2014-11-01 05:13:49 +01:00
simple_switch_14.py simple_switch_14: Update a comment about OVS bug 2014-10-16 11:49:20 +09:00
simple_switch_igmp.py add IGMP snooping application 2014-01-06 20:28:01 +09:00
simple_switch_lacp.py lacplib: reduce unnecessary constant 2013-11-20 05:41:16 -08:00
simple_switch_snort.py Syntax level compatibility with Python 3 2015-04-08 12:57:45 +09:00
simple_switch_stp.py stplib: reduce unnecessary constant 2014-03-30 10:43:52 +09:00
simple_switch_websocket_13.py simple_switch_websocket_13: Add get_arp_table RPC method 2014-05-20 12:39:09 +09:00
simple_switch.py simple_switch: handle non-buffering switch 2014-11-01 05:22:39 +01:00
simple_vlan.py doc: add components page 2014-05-27 20:24:50 +09:00
tunnel_port_updater.py doc: add components page 2014-05-27 20:24:50 +09:00
ws_topology.py Reduce logging overhead by cleaning up logging calls 2015-03-16 21:11:10 +09:00
wsgi.py wsgi: add ws_topology application 2014-05-24 10:53:06 +09:00