[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 70/72] scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py
|
From: |
John Snow |
|
Subject: |
[PATCH v2 70/72] scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py |
|
Date: |
Tue, 3 Nov 2020 19:36:00 -0500 |
The script will be unavailable for a commit or two, which will help
preserve development history attached to the new file. A forwarder will
be added shortly afterwards.
Signed-off-by: John Snow <jsnow@redhat.com>
---
scripts/qmp/qmp-shell => python/qemu/qmp/qmp_shell.py | 3 ---
1 file changed, 3 deletions(-)
rename scripts/qmp/qmp-shell => python/qemu/qmp/qmp_shell.py (99%)
mode change 100755 => 100644
diff --git a/scripts/qmp/qmp-shell b/python/qemu/qmp/qmp_shell.py
old mode 100755
new mode 100644
similarity index 99%
rename from scripts/qmp/qmp-shell
rename to python/qemu/qmp/qmp_shell.py
index 15aedb80c2af..337acfce2d26
--- a/scripts/qmp/qmp-shell
+++ b/python/qemu/qmp/qmp_shell.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
#
# Copyright (C) 2009, 2010 Red Hat Inc.
#
@@ -96,8 +95,6 @@
Sequence,
)
-
-sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..', 'python'))
from qemu import qmp
from qemu.qmp import QMPMessage
--
2.26.2
- [PATCH v2 65/72] scripts/qmp-shell: Remove too-broad-exception, (continued)
- [PATCH v2 65/72] scripts/qmp-shell: Remove too-broad-exception, John Snow, 2020/11/03
- [PATCH v2 66/72] scripts/qmp-shell: convert usage comment to docstring, John Snow, 2020/11/03
- [PATCH v2 63/72] scripts/qmp-shell: remove TODO, John Snow, 2020/11/03
- [PATCH v2 64/72] scripts/qmp-shell: Fix empty-transaction invocation, John Snow, 2020/11/03
- [PATCH v2 57/72] scripts/qmp-shell: add mypy types, John Snow, 2020/11/03
- [PATCH v2 60/72] python/qmp: return generic type from context manager, John Snow, 2020/11/03
- [PATCH v2 68/72] scripts/qmp-shell: make QMPShellError inherit QMPError, John Snow, 2020/11/03
- [PATCH v2 67/72] scripts/qmp-shell: remove double-underscores, John Snow, 2020/11/03
- [PATCH v2 71/72] python: add qmp-shell entry point, John Snow, 2020/11/03
- [PATCH v2 69/72] scripts/qmp-shell: add docstrings, John Snow, 2020/11/03
- [PATCH v2 70/72] scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py,
John Snow <=
- [PATCH v2 72/72] scripts/qmp-shell: add redirection shim, John Snow, 2020/11/03