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