]> git.ipfire.org Git - thirdparty/qemu.git/commit
scripts/qemu-gdb/timers.py: define encoding in header comment
authorGreg Kurz <groug@kaod.org>
Thu, 18 Jan 2018 17:11:37 +0000 (18:11 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 5 Feb 2018 12:54:39 +0000 (13:54 +0100)
commitb90d80a73e2f546117a776e899f826e2a9eb8301
treed9637edd1b39e80debe6a1f7721c61379249c731
parent4183e2ea6d092ea9d7f18af085cb1076fae08512
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>
scripts/qemugdb/timers.py