Commit e477d993 by Andrew Todd

Changed shebangs that use /usr/bin/env to use /usr/bin/python and therefore be…

Changed shebangs that use /usr/bin/env to use /usr/bin/python and therefore be compatible with the ansible_python_interpreter variable.
parent fb869e58
#!/usr/bin/env python -tt
#!/usr/bin/python -tt
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
......
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright 2013 Bruce Pennypacker <bruce@pennypacker.org>
......
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright 2013 Matt Coddington <coddington@gmail.com>
......
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
# (c) 2013, Matt Hite <mhite@hotmail.com>
......
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
DOCUMENTATION = '''
......
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright 2013 Matt Coddington <coddington@gmail.com>
......
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
DOCUMENTATION = '''
......
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
# (c) 2013, Jan-Piet Mens <jpmens () gmail.com>
......
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
DOCUMENTATION = '''
......
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
# (c) 2013, Jan-Piet Mens <jpmens () gmail.com>
......
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
# (c) 2013, Michael DeHaan <michael@ansibleworks.com>
......
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
# (c) 2013, Nimbis Services, Inc.
......
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