summaryrefslogtreecommitdiffstats
path: root/certmaster/CommonErrors.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/CommonErrors.py
parent4a7f409334528affd3b0245f9fe6e0b35e50e54b (diff)
downloadcertmaster-a419c0fb6d0456a058462ea31f76fbdbeac63d99.tar.gz
certmaster-a419c0fb6d0456a058462ea31f76fbdbeac63d99.tar.xz
certmaster-a419c0fb6d0456a058462ea31f76fbdbeac63d99.zip
Trimming more stuff out.
Diffstat (limited to 'certmaster/CommonErrors.py')
-rw-r--r--certmaster/CommonErrors.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/certmaster/CommonErrors.py b/certmaster/CommonErrors.py
index c76cb3d..437606a 100644
--- a/certmaster/CommonErrors.py
+++ b/certmaster/CommonErrors.py
@@ -60,7 +60,8 @@ def canIgnoreSocketError(e):
return False
-class Func_Client_Exception(Exception):
+# FIXME: is anything using this? remove underscores
+class CertMaster_Client_Exception(Exception):
def __init__(self, value=None):
Exception.__init__(self)
self.value = value