Merge pull request #9950 from mscherer/fix_9948

Fix various inventory scripts to use env python
This commit is contained in:
Michael DeHaan 2015-01-07 11:57:57 -05:00
commit 79a193d112
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