]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Python 3: specify a bytes to an argument for a format type 's' of struct.pack()
authorfumihiko kakuma <kakuma@valinux.co.jp>
Sat, 8 Aug 2015 14:20:45 +0000 (23:20 +0900)
committerfumihiko kakuma <kakuma@valinux.co.jp>
Wed, 12 Aug 2015 22:55:50 +0000 (07:55 +0900)
commit9744ef78e6916f6eca8dd73da6417d0f1f79563e
tree6bcf36d21048725a282e7f4b0a60f62b62a11b0e
parent75c1500b67126348d5564d593e61f83c943b37d8
Python 3: specify a bytes to an argument for a format type 's' of struct.pack()

In python 3, a format type 's' of struct.pack() requires a bytes object to an argument.

Change-Id: Ia4640b31c31b5b7454cd1582af46562fb1885726
Blueprint: neutron-python3
neutron/agent/linux/utils.py
tox.ini