Commit c3a8b6ff by Michael DeHaan

Merge pull request #3568 from andrew-todd/devel

Changed shebangs that use /usr/bin/env to use /usr/bin/python and theref...
parents fb869e58 e477d993
#!/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