mirror of
https://github.com/mii443/qemu.git
synced 2025-08-31 03:19:27 +00:00
The Python "except Foo as x" syntax was only introduced in
Python 2.6, but we aim to support Python 2.4 and later.
Use the old-style "except Foo, x" syntax instead, thus
fixing configure/compile on systems with older Python.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
(cherry picked from commit 21e0043bad
)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>