Commit 79a193d1 by Michael DeHaan

Merge pull request #9950 from mscherer/fix_9948

Fix various inventory scripts to use env python
parents 364b5ac0 58dbf244
#!/usr/bin/python
#!/usr/bin/env python
"""
Cobbler external inventory script
......
#!/usr/bin/python
#!/usr/bin/env python
import json
from ipalib import api
......
#!/usr/bin/python
#!/usr/bin/env python
# Copyright 2013 Google Inc.
#
# 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