fixes python3 TypeError; python2 intact 05/11705/2
authorAndrey "Zed" Zaikin <zed.0xff@gmail.com>
Thu, 12 Apr 2018 09:14:02 +0000 (12:14 +0300)
committerDamjan Marion <dmarion.lists@gmail.com>
Thu, 12 Apr 2018 11:04:57 +0000 (11:04 +0000)
commit7fe930b73f28bb62c26a4bfbe3871d684c045706
treea5a6586b787b05da35abd21f8b8e8e57fec3d301
parent22b5be06fae6f9a8b71c53fec548aabbdf69026b
fixes python3 TypeError; python2 intact

exception in vpp_api.vac_write():
"TypeError: initializer for ctype 'char *' must be a bytes or list or
tuple, not str"

Change-Id: Ib6bcfb86e6e36c557174979a110113af689c6754
Signed-off-by: Andrey "Zed" Zaikin <zed.0xff@gmail.com>
src/vpp-api/python/vpp_papi.py