diff options
| author | James Bowes <jbowes@redhat.com> | 2007-09-28 21:09:49 -0400 |
|---|---|---|
| committer | James Bowes <jbowes@redhat.com> | 2007-09-28 21:18:47 -0400 |
| commit | 99069f42f71f00cd0b44b59e6627657409569b6b (patch) | |
| tree | 0f1bb914474a219e5ecfb3d13f909ce4279de3cc /func/codes.py | |
| parent | b67d47a3c496ea26a1c91e6f0247085cc24346c6 (diff) | |
Fix bad indentation in certs and func dirs
Diffstat (limited to 'func/codes.py')
| -rwxr-xr-x | func/codes.py | 4 |
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 |
