diff options
Diffstat (limited to 'scripts/qmp/qmp')
| -rwxr-xr-x | scripts/qmp/qmp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/qmp/qmp b/scripts/qmp/qmp index f85a14a627..0625fc2aba 100755 --- a/scripts/qmp/qmp +++ b/scripts/qmp/qmp @@ -10,7 +10,6 @@ # This work is licensed under the terms of the GNU GPLv2 or later. # See the COPYING file in the top-level directory. -from __future__ import print_function import sys, os from qmp import QEMUMonitorProtocol |