diff options
-rw-r--r--[-rwxr-xr-x] | python/qemu/qmp/qmp_shell.py (renamed from scripts/qmp/qmp-shell) | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/qmp/qmp-shell b/python/qemu/qmp/qmp_shell.py index 15aedb80c2..337acfce2d 100755..100644 --- 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 @@ from typing import ( Sequence, ) - -sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..', 'python')) from qemu import qmp from qemu.qmp import QMPMessage |