summaryrefslogtreecommitdiff
path: root/module.c
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2012-04-25 10:39:42 +0100
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2012-05-01 20:15:28 +0100
commit662da3854e3f490223373b40afdcfcc339d14aa5 (patch)
treea680cc4e48038d2b01dcac2c8592ef9348005ab2 /module.c
parentb754e4fc1e8e68af975c545c38ebc3b001ebc98f (diff)
downloadqemu-662da3854e3f490223373b40afdcfcc339d14aa5.tar.gz
tracetool: use Python 2.4-compatible exception handling syntax
The newer "except <exception-type> as <exception>:" syntax is not supported by Python 2.4, we need to use "except <exception-type>, <exception>:". Tested all trace backends with Python 2.4. Reported-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Reviewed-by: Lluís Vilanova <vilanova@ac.upc.edu>
Diffstat (limited to 'module.c')
0 files changed, 0 insertions, 0 deletions