From d6dfdb25c4e8be31d77ba8db7c3499e3f10e0c4b Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 25 Feb 2008 16:48:47 -0500 Subject: Pushing changes as part of certmaster split --- certmaster/codes.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'certmaster/codes.py') diff --git a/certmaster/codes.py b/certmaster/codes.py index a73c700..ace800c 100755 --- a/certmaster/codes.py +++ b/certmaster/codes.py @@ -18,6 +18,8 @@ import exceptions class CertMasterException(exceptions.Exception): pass +class CMException(CertMasterException): + pass class InvalidMethodException(CertMasterException): pass -- cgit