3 Do not hardcode "python" interpreter, use PYTHONBIN instead.
5 --- src/virt-manager.in.orig 2012-07-29 20:20:46.000000000 +0000
6 +++ src/virt-manager.in
10 -exec python "::PYTHONDIR::/::PACKAGE::.py" "$@"
11 +exec @@PYTHONBIN@@ "::PYTHONDIR::/::PACKAGE::.py" "$@"