Răsfoiți Sursa

Remove unused exception

oz123 10 ani în urmă
părinte
comite
375bdfa7f2
1 a modificat fișierele cu 0 adăugiri și 6 ștergeri
  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.