From 818525f332d8de08e2fe5f8c0afadcccef0f8b45 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Mon, 19 Jan 2009 14:36:01 -0500 Subject: remove any unneeded "/usr/bin/python" lines from scripts so it's a little easier to change it if we need to. --- func/codes.py | 2 +- func/commonconfig.py | 2 +- func/minion/modules/bridge.py | 1 - func/minion/modules/func_getargs.py | 2 -- func/minion/modules/netapp/Makefile | 0 func/minion/modules/vlan.py | 1 - func/overlord/base_command.py | 1 - func/overlord/func_command.py | 2 -- func/overlord/groups.py | 2 -- 9 files changed, 2 insertions(+), 11 deletions(-) mode change 100755 => 100644 func/minion/modules/netapp/Makefile (limited to 'func') diff --git a/func/codes.py b/func/codes.py index ac61ffe..f2fb078 100755 --- a/func/codes.py +++ b/func/codes.py @@ -1,4 +1,4 @@ -#!/usr/bin/python + """ func diff --git a/func/commonconfig.py b/func/commonconfig.py index 06d06a2..2211fd4 100644 --- a/func/commonconfig.py +++ b/func/commonconfig.py @@ -1,4 +1,4 @@ -#!/usr/bin/python + """ func diff --git a/func/minion/modules/bridge.py b/func/minion/modules/bridge.py index d29f430..12998f2 100644 --- a/func/minion/modules/bridge.py +++ b/func/minion/modules/bridge.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # # Copyright 2008, Stone-IT # Jasper Capel diff --git a/func/minion/modules/func_getargs.py b/func/minion/modules/func_getargs.py index e9270ff..e313c76 100644 --- a/func/minion/modules/func_getargs.py +++ b/func/minion/modules/func_getargs.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - # # Copyright 2008 # Louis Coilliot diff --git a/func/minion/modules/netapp/Makefile b/func/minion/modules/netapp/Makefile old mode 100755 new mode 100644 diff --git a/func/minion/modules/vlan.py b/func/minion/modules/vlan.py index 5c43d17..dbb2025 100644 --- a/func/minion/modules/vlan.py +++ b/func/minion/modules/vlan.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # # Copyright 2008, Stone-IT # Jasper Capel diff --git a/func/overlord/base_command.py b/func/overlord/base_command.py index 6ca3aab..e19ee41 100644 --- a/func/overlord/base_command.py +++ b/func/overlord/base_command.py @@ -1,4 +1,3 @@ -#!/usr/bin/python """ Copyright 2008, Red Hat, Inc Adrian Likins diff --git a/func/overlord/func_command.py b/func/overlord/func_command.py index 794b0ba..1c6656f 100644 --- a/func/overlord/func_command.py +++ b/func/overlord/func_command.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - ## func command line interface & client lib ## ## Copyright 2007,2008 Red Hat, Inc diff --git a/func/overlord/groups.py b/func/overlord/groups.py index 77010ef..e958062 100644 --- a/func/overlord/groups.py +++ b/func/overlord/groups.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - ## func command line interface & client lib ## ## Copyright 2007,2008 Red Hat, Inc -- cgit