]> Git Repo - qemu.git/commit
scripts/kvm/kvm_stat: Cleanup of multiple imports
authorJanosch Frank <[email protected]>
Mon, 11 Jan 2016 15:17:31 +0000 (16:17 +0100)
committerPaolo Bonzini <[email protected]>
Tue, 26 Jan 2016 14:58:11 +0000 (15:58 +0100)
commitc81ab0ac90ce50d85a50934f7a519a8bc68cb155
tree2a8fde51d9da57fbbc7782ca5c5822d0fdff00fe
parent27ef9cb0e77eda46618ea084adffa63ebde5be80
scripts/kvm/kvm_stat: Cleanup of multiple imports

Removed multiple imports of the same module and moved all imports to
the top.

It is not necessary to import a module each time one of its
functions/classes is used.
For readability each import should get its own line.

Signed-off-by: Janosch Frank <[email protected]>
Message-Id: <1452525484[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
scripts/kvm/kvm_stat
This page took 0.027339 seconds and 4 git commands to generate.