summaryrefslogtreecommitdiffstats
path: root/func/codes.py
diff options
context:
space:
mode:
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