瀏覽代碼

Remove unused exception

oz123 10 年之前
父節點
當前提交
375bdfa7f2
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      pwman/util/crypto.py

+ 0 - 6
pwman/util/crypto.py

@@ -107,12 +107,6 @@ class CryptoNoCallbackException(CryptoException):
         return "CryptoNoCallbackException: " + self.message
 
 
-class CryptoPasswordMismatchException(CryptoException):
-    """Entered passwords do not match."""
-    def __str__(self):
-        return "CryptoPasswordMismatchException: " + self.message
-
-
 class CryptoEngine(object):
     """
     Cryptographic Engine, overrides CryptoEngineOld.