]> git.proxmox.com Git - mirror_qemu.git/commit
trace: avoid Python 2.5 all() in tracetool
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 27 Aug 2014 11:08:53 +0000 (12:08 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 28 Aug 2014 12:42:25 +0000 (13:42 +0100)
commit73735f72188bd5fe25c3478aa4a2f1a17cb878d8
treeda79f9dc7ee92054cce61e61ccfbe6c6b866fda6
parent6b029216056b8e64a6b5b7c43d1342cd4ef7ebc0
trace: avoid Python 2.5 all() in tracetool

Red Hat Enterprise Linux 5 ships Python 2.4.3.  The all() function was
added in Python 2.5 so we cannot use it.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: BenoƮt Canet <benoit.canet@nodalink.com>
scripts/tracetool/backend/__init__.py