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