From b77fbdd90f46b3d1602aa43e99abec096d93888e Mon Sep 17 00:00:00 2001 From: Steve 'Ashcrow' Milner Date: Sun, 13 Jan 2008 14:35:45 -0500 Subject: removed a lot of misplaced shebangs. --- func/minion/utils.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'func/minion/utils.py') diff --git a/func/minion/utils.py b/func/minion/utils.py index 7599657..9b0c96a 100755 --- a/func/minion/utils.py +++ b/func/minion/utils.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - """ Copyright 2007, Red Hat, Inc see AUTHORS @@ -197,8 +195,3 @@ def get_acls_from_config(acldir='/etc/func/minion-acl.d'): acls[host].extend(methods) return acls - - - - - -- cgit