Changed python interpreter to be consistent in these modules as compared to all others.

This commit is contained in:
lwade 2013-03-19 16:07:36 +00:00
parent c4d075d8a5
commit e2c138f2ba
8 changed files with 8 additions and 8 deletions

2
apt
View file

@ -1,4 +1,4 @@
#!/usr/bin/python -tt
#!/usr/bin/python
# -*- coding: utf-8 -*-
# (c) 2012, Flowroute LLC

View file

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

2
ec2
View file

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

View file

@ -1,4 +1,4 @@
#!/usr/bin/python -tt
#!/usr/bin/python
# -*- coding: utf-8 -*-
# This file is part of Ansible

View file

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

2
pkgin
View file

@ -1,4 +1,4 @@
#!/usr/bin/python -tt
#!/usr/bin/python
# -*- coding: utf-8 -*-
# (c) 2013, Shaun Zinck

2
s3
View file

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

View file

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