From 9dda148679c32299bc7cbed2c19874a3e3e1db72 Mon Sep 17 00:00:00 2001 From: lwade Date: Tue, 19 Mar 2013 16:07:36 +0000 Subject: [PATCH] Changed python interpreter to be consistent in these modules as compared to all others. --- library/apt | 2 +- library/cloudformation | 2 +- library/ec2 | 2 +- library/ec2_facts | 2 +- library/ec2_vol | 2 +- library/pkgin | 2 +- library/s3 | 2 +- library/vagrant | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/library/apt b/library/apt index 5731d4f8e59..691f60d3cfc 100644 --- a/library/apt +++ b/library/apt @@ -1,4 +1,4 @@ -#!/usr/bin/python -tt +#!/usr/bin/python # -*- coding: utf-8 -*- # (c) 2012, Flowroute LLC diff --git a/library/cloudformation b/library/cloudformation index 5983593c8f4..d536a5fe6bd 100644 --- a/library/cloudformation +++ b/library/cloudformation @@ -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 diff --git a/library/ec2 b/library/ec2 index 4abcbb7c19a..f08e5b6254e 100644 --- a/library/ec2 +++ b/library/ec2 @@ -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 diff --git a/library/ec2_facts b/library/ec2_facts index ad7b02a3c97..e8eaba1bb47 100644 --- a/library/ec2_facts +++ b/library/ec2_facts @@ -1,4 +1,4 @@ -#!/usr/bin/python -tt +#!/usr/bin/python # -*- coding: utf-8 -*- # This file is part of Ansible diff --git a/library/ec2_vol b/library/ec2_vol index 5e92cc86a38..b0b875e9d02 100644 --- a/library/ec2_vol +++ b/library/ec2_vol @@ -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 diff --git a/library/pkgin b/library/pkgin index 242cea79653..e7154a50ca3 100644 --- a/library/pkgin +++ b/library/pkgin @@ -1,4 +1,4 @@ -#!/usr/bin/python -tt +#!/usr/bin/python # -*- coding: utf-8 -*- # (c) 2013, Shaun Zinck diff --git a/library/s3 b/library/s3 index 0fb92e058e5..c7ceb99778a 100644 --- a/library/s3 +++ b/library/s3 @@ -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 diff --git a/library/vagrant b/library/vagrant index 779dc66bca6..8adc7a2e8ba 100644 --- a/library/vagrant +++ b/library/vagrant @@ -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