Changed shebangs that use /usr/bin/env to use /usr/bin/python and therefore be compatible with the ansible_python_interpreter variable.

This commit is contained in:
Andrew Todd 2013-07-17 16:37:04 -04:00
commit e477d993dd
12 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python -tt #!/usr/bin/python -tt
# This file is part of Ansible # This file is part of Ansible
# #
# Ansible is free software: you can redistribute it and/or modify # Ansible is free software: you can redistribute it and/or modify

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright 2013 Bruce Pennypacker <bruce@pennypacker.org> # Copyright 2013 Bruce Pennypacker <bruce@pennypacker.org>

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright 2013 Matt Coddington <coddington@gmail.com> # Copyright 2013 Matt Coddington <coddington@gmail.com>

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# (c) 2013, Matt Hite <mhite@hotmail.com> # (c) 2013, Matt Hite <mhite@hotmail.com>

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
DOCUMENTATION = ''' DOCUMENTATION = '''

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright 2013 Matt Coddington <coddington@gmail.com> # Copyright 2013 Matt Coddington <coddington@gmail.com>

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
DOCUMENTATION = ''' DOCUMENTATION = '''

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# (c) 2013, Jan-Piet Mens <jpmens () gmail.com> # (c) 2013, Jan-Piet Mens <jpmens () gmail.com>

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
DOCUMENTATION = ''' DOCUMENTATION = '''

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# (c) 2013, Jan-Piet Mens <jpmens () gmail.com> # (c) 2013, Jan-Piet Mens <jpmens () gmail.com>

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# (c) 2013, Michael DeHaan <michael@ansibleworks.com> # (c) 2013, Michael DeHaan <michael@ansibleworks.com>

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# (c) 2013, Nimbis Services, Inc. # (c) 2013, Nimbis Services, Inc.