qemu-e2k/tests/migration
Eduardo Habkost f03868bd56 python: futurize -f libfuturize.fixes.fix_print_with_import
Change all Python code to use print as a function.

This is necessary for Python 3 compatibility.

Done using:

  $ py=$( (g grep -l -E '^#!.*python';find -name '*.py' -printf '%P\n';) | \
    sort -u | grep -v README.sh4)
  $ futurize -w -f libfuturize.fixes.fix_print_with_import $py

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Acked-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20180608122952.2009-2-ehabkost@redhat.com>
[ehabkost: fixup tests/docker/docker.py]
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
2018-06-08 14:39:24 -03:00
..
guestperf python: futurize -f libfuturize.fixes.fix_print_with_import 2018-06-08 14:39:24 -03:00
.gitignore tests: introduce a framework for testing migration performance 2016-07-22 13:23:39 +05:30
guestperf-batch.py tests: introduce a framework for testing migration performance 2016-07-22 13:23:39 +05:30
guestperf-plot.py tests: introduce a framework for testing migration performance 2016-07-22 13:23:39 +05:30
guestperf.py tests: introduce a framework for testing migration performance 2016-07-22 13:23:39 +05:30
rebuild-x86-bootblock.sh tests/migration: Add source to PC boot block 2018-02-14 10:26:21 +00:00
stress.c Clean up includes 2018-02-09 05:05:11 +01:00
x86-a-b-bootblock.h tests/migration: Add source to PC boot block 2018-02-14 10:26:21 +00:00
x86-a-b-bootblock.s tests/migration: Add source to PC boot block 2018-02-14 10:26:21 +00:00