Ver código fonte

Comment unused method in crypto.py

oz123 11 anos atrás
pai
commit
8d7c411945
1 arquivos alterados com 5 adições e 5 exclusões
  1. 5 5
      pwman/util/crypto.py

+ 5 - 5
pwman/util/crypto.py

@@ -217,11 +217,11 @@ class CryptoEngine(object):
         """
         return self._callback
 
-    def get_user_password(self):
-        "get the password from the user"
-        if self._callback is None:
-            raise CryptoNoCallbackException("No call back class has been "
-                                            "specified")
+    #def get_user_password(self):
+    #    "get the password from the user"
+    #    if self._callback is None:
+    #        raise CryptoNoCallbackException("No call back class has been "
+    #                                        "specified")
 
     def changepassword(self):
         """