summaryrefslogtreecommitdiffstats
path: root/func/codes.py
diff options
context:
space:
mode:
authorJames Bowes <jbowes@redhat.com>2007-09-28 21:09:49 -0400
committerJames Bowes <jbowes@redhat.com>2007-09-28 21:18:47 -0400
commit99069f42f71f00cd0b44b59e6627657409569b6b (patch)
tree0f1bb914474a219e5ecfb3d13f909ce4279de3cc /func/codes.py
parentb67d47a3c496ea26a1c91e6f0247085cc24346c6 (diff)
downloadfunc-99069f42f71f00cd0b44b59e6627657409569b6b.tar.gz
func-99069f42f71f00cd0b44b59e6627657409569b6b.tar.xz
func-99069f42f71f00cd0b44b59e6627657409569b6b.zip
Fix bad indentation in certs and func dirs
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