diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-09-29 17:49:25 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi <stefanha@redhat.com> | 2025-10-01 11:22:07 -0400 |
| commit | 20b92da6db74490a6ffdf01f3ec8d99fcb7c2c18 (patch) | |
| tree | 91cba621c982b5c2b31cb6980aa7bd233beeda91 /scripts/tracetool.py | |
| parent | 4c2f770f67e0b0d8b512defca4d81bd09936ab85 (diff) | |
| download | focaccia-qemu-20b92da6db74490a6ffdf01f3ec8d99fcb7c2c18.tar.gz focaccia-qemu-20b92da6db74490a6ffdf01f3ec8d99fcb7c2c18.zip | |
treewide: remove unnessary "coding" header
The "-*- coding: utf-8 -*-" header was needed in Python 2, but in Python 3 UTF-8 is already the default encoding of source files. It is even less necessary in .css files that do not have UTF-8 sequences at all. Suggested-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-ID: <20250929154938.594389-4-pbonzini@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'scripts/tracetool.py')
| -rwxr-xr-x | scripts/tracetool.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/tracetool.py b/scripts/tracetool.py index 5de9ce96d3..0fdc9cb947 100755 --- a/scripts/tracetool.py +++ b/scripts/tracetool.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- """ Command-line wrapper for the tracetool machinery. |