diff options
Diffstat (limited to 'tests/guest-debug/test-gdbstub.py')
-rw-r--r-- | tests/guest-debug/test-gdbstub.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/guest-debug/test-gdbstub.py b/tests/guest-debug/test-gdbstub.py index 31ba6c943a..474d2c5c65 100644 --- a/tests/guest-debug/test-gdbstub.py +++ b/tests/guest-debug/test-gdbstub.py @@ -1,3 +1,4 @@ +from __future__ import print_function # # This script needs to be run on startup # qemu -kernel ${KERNEL} -s -S |