Fix various inventory scripts to use env python

Fix https://github.com/ansible/ansible/issues/9948
release1.8.3
Michael Scherer 11 years ago committed by James Cammarata
parent 30ef52c805
commit d5ff09659f

@ -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