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/codes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'func/minion/codes.py') diff --git a/func/minion/codes.py b/func/minion/codes.py index 3d83668..a20c95e 100755 --- a/func/minion/codes.py +++ b/func/minion/codes.py @@ -1,4 +1,3 @@ -#!/usr/bin/python """ func @@ -19,9 +18,11 @@ import exceptions class FuncException(exceptions.Exception): pass + class InvalidMethodException(FuncException): pass + class AccessToMethodDenied(FuncException): pass -- cgit