Fix various inventory scripts to use env python

Fix https://github.com/ansible/ansible/issues/9948
This commit is contained in:
Michael Scherer 2015-01-07 01:29:19 +01:00
commit 58dbf2446c
3 changed files with 3 additions and 3 deletions

View file

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