diff options
| author | Amador Pahim | 2017-11-14 11:22:39 +0100 |
|---|---|---|
| committer | Eduardo Habkost | 2018-02-05 22:53:55 +0100 |
| commit | 74af2e59d26712aa673832ec03ec6eac53066c03 (patch) | |
| tree | 4870b9aadcc7f24fcb9726a94770c8b3d77ab27c /scripts | |
| parent | configure: allow use of python 3 (diff) | |
| download | qemu-74af2e59d26712aa673832ec03ec6eac53066c03.tar.gz qemu-74af2e59d26712aa673832ec03ec6eac53066c03.tar.xz qemu-74af2e59d26712aa673832ec03ec6eac53066c03.zip | |
qemu.py: remove unused import
Removing 'import sys' as it's not used anywhere.
Signed-off-by: Amador Pahim <apahim@redhat.com>
Message-Id: <20171114102246.22221-2-apahim@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/qemu.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/qemu.py b/scripts/qemu.py index 9bfdf6d37d..65d9ad688c 100644 --- a/scripts/qemu.py +++ b/scripts/qemu.py @@ -15,7 +15,6 @@ import errno import logging import os -import sys import subprocess import qmp.qmp |
