From e2c138f2bac771bbf9d204184dd19fdb6b1d2c99 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. --- apt | 2 +- cloudformation | 2 +- ec2 | 2 +- ec2_facts | 2 +- ec2_vol | 2 +- pkgin | 2 +- s3 | 2 +- vagrant | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apt b/apt index 5731d4f8e59..691f60d3cfc 100644 --- a/apt +++ b/apt @@ -1,4 +1,4 @@ -#!/usr/bin/python -tt +#!/usr/bin/python # -*- coding: utf-8 -*- # (c) 2012, Flowroute LLC diff --git a/cloudformation b/cloudformation index 5983593c8f4..d536a5fe6bd 100644 --- a/cloudformation +++ b/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/ec2 b/ec2 index 4abcbb7c19a..f08e5b6254e 100644 --- a/ec2 +++ b/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/ec2_facts b/ec2_facts index ad7b02a3c97..e8eaba1bb47 100644 --- a/ec2_facts +++ b/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/ec2_vol b/ec2_vol index 5e92cc86a38..b0b875e9d02 100644 --- a/ec2_vol +++ b/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/pkgin b/pkgin index 242cea79653..e7154a50ca3 100644 --- a/pkgin +++ b/pkgin @@ -1,4 +1,4 @@ -#!/usr/bin/python -tt +#!/usr/bin/python # -*- coding: utf-8 -*- # (c) 2013, Shaun Zinck diff --git a/s3 b/s3 index 0fb92e058e5..c7ceb99778a 100644 --- a/s3 +++ b/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/vagrant b/vagrant index 779dc66bca6..8adc7a2e8ba 100644 --- a/vagrant +++ b/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