Recieved quite a few requests to run python via /usr/bin/env, so doing that.

This commit is contained in:
Michael DeHaan 2012-03-26 22:07:04 -04:00
parent b1471bf857
commit 01e51b120a
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# (c) 2012, Michael DeHaan <michael.dehaan@gmail.com>
#

View file

@ -1,4 +1,4 @@
#!/usr/bin/python -tt
#!/usr/bin/env python
# (C) 2012, Michael DeHaan, <michael.dehaan@gmail.com>
# This file is part of Ansible