]> xenbits.xensource.com Git - libvirt.git/commit
Use python discovered through env instead of hardcoding a path
authorMatthias Bolte <matthias.bolte@googlemail.com>
Sat, 13 Nov 2010 15:34:57 +0000 (16:34 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Sun, 14 Nov 2010 21:45:59 +0000 (22:45 +0100)
commite4384459c93e3e786aa483c7f077d1d22148f689
tree9175c87f550cc0aafadba8244457510fa07134c3
parentf76c6dde2e33233566e886d96e76b5fe0c102d9a
Use python discovered through env instead of hardcoding a path

This is more flexible regarding the location of the python binary
but doesn't allow to pass the -u flag. The -i flag can be passed
from inside the script using the PYTHONINSPECT env variable.

This fixes a problem with the esx_vi_generator.py on FreeBSD.
examples/python/dominfo.py
examples/python/domrestore.py
examples/python/domsave.py
examples/python/domstart.py
examples/python/esxlist.py
python/generator.py
python/libvirt-override.py
src/esx/esx_vi_generator.py