bumping version to 0.29-1
[certmaster.git] / certmaster / codes.py
old mode 100755 (executable)
new mode 100644 (file)
index a73c700..e8e1c71
@@ -18,9 +18,10 @@ import exceptions
 class CertMasterException(exceptions.Exception):
     pass
 
+class CMException(CertMasterException):
+    pass
 
 class InvalidMethodException(CertMasterException):
     pass
 
 # FIXME: more sub-exceptions maybe
-