Fix various inventory scripts to use env python

Fix https://github.com/ansible/ansible/issues/9948
This commit is contained in:
Michael Scherer 2015-01-07 01:29:19 +01:00 committed by James Cammarata
parent 30ef52c805
commit d5ff09659f
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""
Cobbler external inventory script

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import json
from ipalib import api

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# Copyright 2013 Google Inc.
#
# This file is part of Ansible