summaryrefslogtreecommitdiffstats
path: root/certmaster/codes.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-02-25 16:48:47 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-02-25 16:48:47 -0500
commitd6dfdb25c4e8be31d77ba8db7c3499e3f10e0c4b (patch)
tree6e74c94d279a70fcbb0619030d416d0365f5c21a /certmaster/codes.py
parent9713ae6bad871bc151d378d3d837f09d6e646832 (diff)
downloadcertmaster-d6dfdb25c4e8be31d77ba8db7c3499e3f10e0c4b.tar.gz
certmaster-d6dfdb25c4e8be31d77ba8db7c3499e3f10e0c4b.tar.xz
certmaster-d6dfdb25c4e8be31d77ba8db7c3499e3f10e0c4b.zip
Pushing changes as part of certmaster split
Diffstat (limited to 'certmaster/codes.py')
-rwxr-xr-xcertmaster/codes.py2
1 files changed, 2 insertions, 0 deletions
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