summaryrefslogtreecommitdiffstats
path: root/func/codes.py
diff options
context:
space:
mode:
authorSteve 'Ashcrow' Milner <stevem@gnulinux.net>2008-01-13 14:35:45 -0500
committerSteve 'Ashcrow' Milner <stevem@gnulinux.net>2008-01-13 14:35:45 -0500
commitb77fbdd90f46b3d1602aa43e99abec096d93888e (patch)
tree9d8ac00601e056ac79f5679b88cc19bb65293190 /func/codes.py
parent63170952d465a8acf8355e7b346733e4f6ddcace (diff)
downloadthird_party-func-b77fbdd90f46b3d1602aa43e99abec096d93888e.tar.gz
third_party-func-b77fbdd90f46b3d1602aa43e99abec096d93888e.tar.xz
third_party-func-b77fbdd90f46b3d1602aa43e99abec096d93888e.zip
removed a lot of misplaced shebangs.
Diffstat (limited to 'func/codes.py')
-rwxr-xr-xfunc/codes.py2
1 files changed, 1 insertions, 1 deletions
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