summaryrefslogtreecommitdiff
path: root/scripts/qemugdb/aio.py
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-05-12 12:32:33 +0200
committerPhilippe Mathieu-Daudé <philmd@redhat.com>2020-05-31 13:56:46 +0200
commit6acc5c046905183d38e2f44fb0fe69001939d969 (patch)
tree85b8c520f31c030193b7e4eed5ad85ee7e372d97 /scripts/qemugdb/aio.py
parentc86274bc2e34295764fb44c2aef3cf29623f9b4b (diff)
downloadqemu-6acc5c046905183d38e2f44fb0fe69001939d969.zip
scripts/qemugdb: Remove shebang header
These scripts are loaded as plugin by GDB (and they don't have any __main__ entry point). Remove the shebang header. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Acked-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: John Snow <jsnow@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Message-Id: <20200512103238.7078-2-philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'scripts/qemugdb/aio.py')
-rw-r--r--scripts/qemugdb/aio.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/qemugdb/aio.py b/scripts/qemugdb/aio.py
index 2ba00c4444..d7c1ba0c28 100644
--- a/scripts/qemugdb/aio.py
+++ b/scripts/qemugdb/aio.py
@@ -1,5 +1,4 @@
-#!/usr/bin/python
-
+#
# GDB debugging support: aio/iohandler debug
#
# Copyright (c) 2015 Red Hat, Inc.