mirror of
https://github.com/qemu/qemu.git
synced 2024-12-13 05:33:34 +08:00
068cf7a44c
Make implicit relative imports explicit and add "from __future__ import absolute_import" at the top of each relevant module. This is necessary for Python 3 compatibility. Done using: $ py=$( (g grep -l -E '^#!.*python';find -name '*.py' -printf '%P\n';) | \ sort -u | grep -v README.sh4) $ futurize -w -f libfuturize.fixes.fix_absolute_import $py Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <20180608122952.2009-3-ehabkost@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> |
||
---|---|---|
.. | ||
__init__.py | ||
qemu-ga-client | ||
qmp | ||
qmp-shell | ||
qmp.py | ||
qom-fuse | ||
qom-get | ||
qom-list | ||
qom-set | ||
qom-tree |