Re: [ovs-dev] [PATCH] ovs-vtep: Make compatible with python2.7 and 3.

2016-05-31 Thread Joe Stringer
On 27 May 2016 at 00:34, Darrell Ball wrote: > > > On Mon, May 23, 2016 at 6:11 PM, Joe Stringer wrote: >> >> Translate commandline calls to UTF-8, appease flake8 and use six's >> integer types. This allows the testsuite to pass when using python3 as >> your default system python version. >> >> S

Re: [ovs-dev] [PATCH] ovs-vtep: Make compatible with python2.7 and 3.

2016-05-27 Thread Darrell Ball
On Mon, May 23, 2016 at 6:11 PM, Joe Stringer wrote: > Translate commandline calls to UTF-8, appease flake8 and use six's > integer types. This allows the testsuite to pass when using python3 as > your default system python version. > > Signed-off-by: Joe Stringer > --- > CC: Darrell Ball > ---