summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2009-01-19 14:43:39 -0500
committerAdrian Likins <alikins@redhat.com>2009-01-19 14:43:39 -0500
commit9f091a026637eeefe71efefedac392fb3620b59c (patch)
tree5397317f240a847c8ed6f185f2f3dd83998bbdab /func
parent14115af29edee4c532862579b13c0f922a06660a (diff)
parent818525f332d8de08e2fe5f8c0afadcccef0f8b45 (diff)
downloadfunc-9f091a026637eeefe71efefedac392fb3620b59c.tar.gz
func-9f091a026637eeefe71efefedac392fb3620b59c.tar.xz
func-9f091a026637eeefe71efefedac392fb3620b59c.zip
Merge branch 'no_poundbang'
Diffstat (limited to 'func')
-rw-r--r--func/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--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
8 files changed, 2 insertions, 11 deletions
diff --git a/func/codes.py b/func/codes.py
index ac61ffe..f2fb078 100644
--- 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/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