f23d40c Replace /usr/bin/python with /usr/bin/python3 in kvm_stat (#1456722)

Authored and Committed by jcline 6 years ago
    Replace /usr/bin/python with /usr/bin/python3 in kvm_stat (#1456722)
    
    Since Fedora still has /usr/bin/python pointing at python2, switch the
    shebang to explicitly use Python 3 so we don't pull in another
    dependency.
    
        
file modified
+3 -1