qemu-e2k/scripts/qemugdb
Greg Kurz b90d80a73e scripts/qemu-gdb/timers.py: define encoding in header comment
This is required otherwise python complains because of the
accentuated letter in Alex's last name:

Traceback (most recent call last):
  File "scripts/qemu-gdb.py", line 29, in <module>
    from qemugdb import aio, mtree, coroutine, tcg, timers
  File "scripts/qemugdb/timers.py", line 1
SyntaxError: Non-ASCII character '\xc3' in file scripts/qemugdb/timers.py
 on line 1, but no encoding declared;
 see http://www.python.org/peps/pep-0263.html for details

Signed-off-by: Greg Kurz <groug@kaod.org>
Message-Id: <151629549711.18276.15497684562308683805.stgit@bahia.lan>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2018-02-05 13:54:39 +01:00
..
__init__.py scripts/qemu-gdb: Split MtreeCommand into its own module 2015-09-11 17:14:49 +01:00
aio.py gdb command: qemu handlers 2015-10-29 17:59:27 +00:00
coroutine.py qemu-gdb: add $qemu_coroutine_sp and $qemu_coroutine_pc 2015-10-29 17:59:26 +00:00
mtree.py scripts/qemugdb/mtree.py: fix up mtree dump 2017-04-07 15:24:56 +01:00
tcg.py scripts/qemu-gdb: add simple tcg lock status helper 2018-01-16 14:54:51 +01:00
timers.py scripts/qemu-gdb/timers.py: define encoding in header comment 2018-02-05 13:54:39 +01:00