소스 검색

Fix missing method

oz123 10 년 전
부모
커밋
cefbf71061
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      pwman/data/convertdb.py

+ 3 - 0
pwman/data/convertdb.py

@@ -180,6 +180,9 @@ class CLICallback(Callback):
     def getsecret(self, question):
         return getpass.getpass(question + ":")
 
+    def getnewsecret(self, question):
+        return getpass.getpass(question + ":")
+
 
 class PwmanConvertDB(object):
     """