Preferences/ConfigurationPages/MasterPasswordEntryDialog.py

changeset 2964
84b65fb9e780
parent 2408
dc3a7c9d8f6e
child 3010
befeff46ec0f
--- a/Preferences/ConfigurationPages/MasterPasswordEntryDialog.py	Sun Sep 29 15:23:19 2013 +0200
+++ b/Preferences/ConfigurationPages/MasterPasswordEntryDialog.py	Sun Sep 29 15:54:10 2013 +0200
@@ -97,11 +97,15 @@
     def getMasterPassword(self):
         """
         Public method to get the new master password.
+        
+        @return new master password (string)
         """
         return self.newPasswordEdit.text()
     
     def getCurrentPassword(self):
         """
         Public method to get the current master password.
+        
+        @return current master password (string)
         """
         return self.currentPasswordEdit.text()

eric ide

mercurial