Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
$ python3 tools/kvm/kvm_stat/kvm_stat File "tools/kvm/kvm_stat/kvm_stat", line 1137 def sortkey((_k, v)): ^ SyntaxError: invalid syntax Fix it in a way that's compatible with python2 and python3 Signed-off-by: Cole Robinson <[email protected]> Tested-by: Stefan Raspl <[email protected]> Signed-off-by: Radim Krčmář <[email protected]>
- Loading branch information