Exemple #1
0
 def askPassword(self, location, caching=OPTIONAL):
     self._progress.lock()
     passwd = Interface.askPassword(self, location, caching)
     self._progress.unlock()
     return passwd
Exemple #2
0
 def askPassword(self, location, caching=OPTIONAL):
     self._progress.lock()
     passwd = Interface.askPassword(self, location, caching)
     self._progress.unlock()
     return passwd