summaryrefslogtreecommitdiffstats
path: root/func/codes.py
diff options
context:
space:
mode:
Diffstat (limited to 'func/codes.py')
-rwxr-xr-xfunc/codes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/func/codes.py b/func/codes.py
index c549709..058ca44 100755
--- a/func/codes.py
+++ b/func/codes.py
@@ -17,9 +17,9 @@ import exceptions
class FuncException(exceptions.Exception):
- pass
+ pass
class InvalidMethodException(FuncException):
- pass
+ pass
# FIXME: more sub-exceptions maybe