summaryrefslogtreecommitdiffstats
path: root/certmaster/codes.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-02-07 14:15:25 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-02-07 14:15:25 -0500
commita419c0fb6d0456a058462ea31f76fbdbeac63d99 (patch)
tree5b2d14b5c97c9e8d6681af1d4f899ca966c43173 /certmaster/codes.py
parent4a7f409334528affd3b0245f9fe6e0b35e50e54b (diff)
downloadcertmaster-a419c0fb6d0456a058462ea31f76fbdbeac63d99.tar.gz
certmaster-a419c0fb6d0456a058462ea31f76fbdbeac63d99.tar.xz
certmaster-a419c0fb6d0456a058462ea31f76fbdbeac63d99.zip
Trimming more stuff out.
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
+