Use the python executable specified by the environment.

(cherry picked from commit 18831c72f9)
This commit is contained in:
André Cruz 2016-05-23 10:45:06 +01:00 committed by chouseknecht
parent 535a436703
commit b950f75489

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright (c) 2016 Matt Davis, <mdavis@ansible.com>
# Chris Houseknecht, <house@redhat.com>