permissions cleanup on source files
[certmaster.git] / certmaster / codes.py
old mode 100755 (executable)
new mode 100644 (file)
index a73c700..ace800c
@@ -18,6 +18,8 @@ import exceptions
 class CertMasterException(exceptions.Exception):
     pass
 
+class CMException(CertMasterException):
+    pass
 
 class InvalidMethodException(CertMasterException):
     pass