On Thu, Aug 29, 2013 at 1:03 PM, Charlie Shepherd <char...@ctshepherd.com> wrote: > The syntax `var = a if b else c` was added in Python 2.5, but QEMU has a > minimum Python version of 2.4, which chokes on this syntax. This patch > converts the new syntax to Python 2.4 compatible syntax. > > Signed-off-by: Charlie Shepherd <char...@ctshepherd.com> > ---
Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>