spice/tests
Uri Lublin 7318565ecc migrate.py: python3: raw_input and more
There is no raw_input() in python3 -- define it as input()

Use decode() when writing subprocess output to the log, to make
sure the argument for write is a string (in python3
stdout.read() returns bytes).

There is no has_key in python3 -- use "in" instead

Signed-off-by: Uri Lublin <uril@redhat.com>
2020-02-20 14:10:09 +02:00
..
migrate.py migrate.py: python3: raw_input and more 2020-02-20 14:10:09 +02:00