Re: [ovs-dev] [PATCH v2] Start fixing some Python 3 compatibility issues

2015-07-30 Thread Kyle Mestery
On Thu, Jul 30, 2015 at 12:06 PM, Russell Bryant wrote: > On 07/29/2015 10:12 PM, Terry Wilson wrote: > > This patch fixes just the Python 3 problems found by running > > > > python3 setup.py install > > > > There are still many other issues to be fixed, but this is a start. > > > > Signed-off-

Re: [ovs-dev] [PATCH v2] Start fixing some Python 3 compatibility issues

2015-07-30 Thread Russell Bryant
On 07/29/2015 10:12 PM, Terry Wilson wrote: > This patch fixes just the Python 3 problems found by running > > python3 setup.py install > > There are still many other issues to be fixed, but this is a start. > > Signed-off-by: Terry Wilson This is just a rebase, right? All of the changes st