On Fri, Apr 15, 2016 at 3:49 AM, Miguel Angel Ajo Pelayo < [email protected]> wrote:
> On Thu, Apr 14, 2016 at 11:09 PM, Ben Pfaff <[email protected]> wrote: > > On Thu, Apr 14, 2016 at 05:00:48PM -0400, Russell Bryant wrote: > >> Instead of checking the raw version, use the six.PY2 and six.PY3 helpers > >> to determine if Python 2 or Python 3 are in use. > >> > >> In one case, the check was to determine if the Python version was >= > >> 2.6. We now only support >= 2.7, so this check would always be true. > >> > >> Signed-off-by: Russell Bryant <[email protected]> > > > > Acked-by: Ben Pfaff <[email protected]> > > Acked-by: Miguel Angel Ajo <[email protected]> Thanks for the reviews. I applied this to master. -- Russell Bryant _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
