From 4e7d3a982a4237d40ce0d6bd71c787f093358e35 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 --- authorized_key | 2 +- group | 2 +- wait_for | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/authorized_key b/authorized_key index fbb7be8ca5a..7e1df6702db 100644 --- a/authorized_key +++ b/authorized_key @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # -*- coding: utf-8 -*- """ diff --git a/group b/group index 8a9c893500a..81d7ccee6a6 100644 --- a/group +++ b/group @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # -*- coding: utf-8 -*- # (c) 2012, Stephen Fromm diff --git a/wait_for b/wait_for index 5368a4f8a47..b41b2a3ae2b 100644 --- a/wait_for +++ b/wait_for @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # -*- coding: utf-8 -*- # (c) 2012, Jeroen Hoekx