os-ken/ryu
IWAMOTO Toshihiro f4b405f31a python3: Avoid applying ord() to integers
In python3, b'abc'[0] isn't a string but a int value and ord() should not
be used.

Signed-off-by: IWAMOTO Toshihiro <iwamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2015-06-25 12:23:31 +09:00
..
app python3: Fix import issues with python2 2015-06-22 13:27:59 +09:00
base python3: Adapt to new iterator names 2015-06-20 21:19:12 +09:00
cmd python3: Adapt to new iterator names 2015-06-20 21:19:12 +09:00
contrib eventlet has already supported WebSocket(RFC6455) in stable releases (>= 0.15) 2015-06-23 14:55:51 +09:00
controller python3: Adapt to new iterator names 2015-06-20 21:19:12 +09:00
lib python3: Avoid applying ord() to integers 2015-06-25 12:23:31 +09:00
ofproto python3: Avoid applying ord() to integers 2015-06-25 12:23:31 +09:00
services python3: Use b'str' for binary literals 2015-06-25 12:23:31 +09:00
tests python3: Use formencode instead of xml_compare 2015-06-25 12:23:31 +09:00
topology python3: Adapt to new iterator names 2015-06-20 21:19:12 +09:00
__init__.py Ryu 3.22 2015-06-04 21:40:47 +09:00
cfg.py Adapt to namespace-less oslo 2015-05-19 15:39:27 +09:00
exception.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
flags.py sw test tool: support specifying the port number 2014-09-12 09:04:46 -07:00
hooks.py Fix Windows setup dependency bug 2014-01-06 20:32:05 +09:00
log.py 'ConfigParser' is renamed to 'configparser' in Python 3 2015-04-14 05:31:42 +09:00
utils.py python3: Use integer division where appropriate 2015-06-23 05:56:06 +09:00