Commit 58dbf244 by Michael Scherer

Fix various inventory scripts to use env python

Fix https://github.com/ansible/ansible/issues/9948
parent fe53d86a
#!/usr/bin/python #!/usr/bin/env python
""" """
Cobbler external inventory script Cobbler external inventory script
......
#!/usr/bin/python #!/usr/bin/env python
import json import json
from ipalib import api from ipalib import api
......
#!/usr/bin/python #!/usr/bin/env python
# Copyright 2013 Google Inc. # Copyright 2013 Google Inc.
# #
# This file is part of Ansible # This file is part of Ansible
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment