From 8ef280730549c5a802982972558b1ad4e33774ab Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 27 Nov 2012 11:18:46 -0500 Subject: [PATCH] removed env as per project policy Signed-off-by: Brian Coca --- library/authorized_key | 2 +- library/group | 2 +- library/wait_for | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/authorized_key b/library/authorized_key index fbb7be8ca5..7e1df6702d 100644 --- a/library/authorized_key +++ b/library/authorized_key @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # -*- coding: utf-8 -*- """ diff --git a/library/group b/library/group index 8a9c893500..81d7ccee6a 100644 --- a/library/group +++ b/library/group @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # -*- coding: utf-8 -*- # (c) 2012, Stephen Fromm diff --git a/library/wait_for b/library/wait_for index 5368a4f8a4..b41b2a3ae2 100644 --- a/library/wait_for +++ b/library/wait_for @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # -*- coding: utf-8 -*- # (c) 2012, Jeroen Hoekx