summaryrefslogtreecommitdiffstats
path: root/certmaster/codes.py
diff options
context:
space:
mode:
Diffstat (limited to 'certmaster/codes.py')
-rwxr-xr-xcertmaster/codes.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/certmaster/codes.py b/certmaster/codes.py
index c6bcb61..a73c700 100755
--- a/certmaster/codes.py
+++ b/certmaster/codes.py
@@ -1,7 +1,7 @@
"""
-func
+Certmaster
-Copyright 2007, Red Hat, Inc
+Copyright 2007-2008, Red Hat, Inc
See AUTHORS
This software may be freely redistributed under the terms of the GNU
@@ -15,11 +15,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
import exceptions
-class FuncException(exceptions.Exception):
+class CertMasterException(exceptions.Exception):
pass
-class InvalidMethodException(FuncException):
+class InvalidMethodException(CertMasterException):
pass
# FIXME: more sub-exceptions maybe
+