summaryrefslogtreecommitdiffstats
path: root/python/qemu
diff options
context:
space:
mode:
authorJohn Snow2021-06-04 17:55:31 +0200
committerJohn Snow2021-06-18 22:10:06 +0200
commit7e7c2a0de74d56c3f47205df3dcf68ed7d43d30d (patch)
tree0d1723ed18ff8a88c04d254c71c6443c5c44e977 /python/qemu
parentscripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.py (diff)
downloadqemu-7e7c2a0de74d56c3f47205df3dcf68ed7d43d30d.tar.gz
qemu-7e7c2a0de74d56c3f47205df3dcf68ed7d43d30d.tar.xz
qemu-7e7c2a0de74d56c3f47205df3dcf68ed7d43d30d.zip
python/qemu-ga-client: add entry point
Remove the shebang, and add a package-defined entry point instead. Now, it can be accessed using 'qemu-ga-client' from the command line after installing the package. The next commit adds a forwarder shim that allows the running of this script without needing to install the package again. Signed-off-by: John Snow <jsnow@redhat.com> Message-id: 20210604155532.1499282-11-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'python/qemu')
-rw-r--r--[-rwxr-xr-x]python/qemu/qmp/qemu_ga_client.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/qemu/qmp/qemu_ga_client.py b/python/qemu/qmp/qemu_ga_client.py
index d2938ad47c..67ac0b4211 100755..100644
--- a/python/qemu/qmp/qemu_ga_client.py
+++ b/python/qemu/qmp/qemu_ga_client.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python3
-
"""
QEMU Guest Agent Client