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