Merge pull request #9950 from mscherer/fix_9948

Fix various inventory scripts to use env python
pull/9892/merge
Michael DeHaan 10 years ago
commit 79a193d112

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