get the password the user provided in the package
(self)
| 566 | |
| 567 | |
| 568 | def getPassword(self): |
| 569 | """ get the password the user provided in the package""" |
| 570 | password = self.pyfile.package().password |
| 571 | if not password: return "" |
| 572 | return password |
| 573 | |
| 574 | |
| 575 | def checkForSameFiles(self, starting=False): |