X-Git-Url: https://pwan.org/git/?a=blobdiff_plain;f=certmaster%2Fcodes.py;h=a73c700c5cdc47af433aead863d7a1c158241103;hb=624727a2446d81e1c786d4fb9101cd35603534c4;hp=c6bcb619cf33ed5b306a447536cb928f6e49fb13;hpb=8f2ff4d7c902d534d68ff1a16418b7be492033bf;p=certmaster.git 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 +