X-Git-Url: https://pwan.org/git/?a=blobdiff_plain;ds=sidebyside;f=certmaster%2FCommonErrors.py;h=2dfb8146c94f54b5e08080f91c1c25533e5c73d5;hb=88c38a52cf4da57c8b0a910762ca69cc8dbec61f;hp=437606aa69b132a62c4c8892912153964a9da5de;hpb=a419c0fb6d0456a058462ea31f76fbdbeac63d99;p=certmaster.git diff --git a/certmaster/CommonErrors.py b/certmaster/CommonErrors.py index 437606a..2dfb814 100644 --- a/certmaster/CommonErrors.py +++ b/certmaster/CommonErrors.py @@ -67,4 +67,3 @@ class CertMaster_Client_Exception(Exception): self.value = value def __str__(self): return "%s" %(self.value,) -