Explorar o código

Comment unused method in crypto.py

oz123 %!s(int64=11) %!d(string=hai) anos
pai
achega
8d7c411945
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  1. 5 5
      pwman/util/crypto.py

+ 5 - 5
pwman/util/crypto.py

@@ -217,11 +217,11 @@ class CryptoEngine(object):
         """
         """
         return self._callback
         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):
     def changepassword(self):
         """
         """