summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2009-01-19 14:36:01 -0500
committerAdrian Likins <alikins@redhat.com>2009-01-19 14:36:01 -0500
commit818525f332d8de08e2fe5f8c0afadcccef0f8b45 (patch)
tree2efc858661c53ef28729b659df1c3457546d2cb6 /func
parentf6ab95ef24fe878fe5f36addac290075e5749289 (diff)
downloadfunc-818525f332d8de08e2fe5f8c0afadcccef0f8b45.tar.gz
func-818525f332d8de08e2fe5f8c0afadcccef0f8b45.tar.xz
func-818525f332d8de08e2fe5f8c0afadcccef0f8b45.zip
remove any unneeded "/usr/bin/python" lines from scripts so it's
a little easier to change it if we need to.
Diffstat (limited to 'func')
-rwxr-xr-xfunc/codes.py2
-rw-r--r--func/commonconfig.py2
-rw-r--r--func/minion/modules/bridge.py1
-rw-r--r--func/minion/modules/func_getargs.py2
-rw-r--r--[-rwxr-xr-x]func/minion/modules/netapp/Makefile0
-rw-r--r--func/minion/modules/vlan.py1
-rw-r--r--func/overlord/base_command.py1
-rw-r--r--func/overlord/func_command.py2
-rw-r--r--func/overlord/groups.py2
9 files changed, 2 insertions, 11 deletions
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 <capel@stone-it.com>
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 <louis.coilliot@wazemmes.org>
diff --git a/func/minion/modules/netapp/Makefile b/func/minion/modules/netapp/Makefile
index 15750f7..15750f7 100755..100644
--- a/func/minion/modules/netapp/Makefile
+++ b/func/minion/modules/netapp/Makefile
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 <capel@stone-it.com>
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 <alikins@redhat.com>
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