From a419c0fb6d0456a058462ea31f76fbdbeac63d99 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 7 Feb 2008 14:15:25 -0500 Subject: Trimming more stuff out. --- certmaster/codes.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'certmaster/codes.py') 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 + -- cgit