Fix various inventory scripts to use env python

Fix https://github.com/ansible/ansible/issues/9948
pull/9950/head
Michael Scherer 10 years ago
parent fe53d86a83
commit 58dbf2446c

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

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

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

Loading…
Cancel
Save