33 self.resize(max(self.width(), msh.width()), msh.height()) |
35 self.resize(max(self.width(), msh.width()), msh.height()) |
34 |
36 |
35 def getDirectories(self): |
37 def getDirectories(self): |
36 """ |
38 """ |
37 Public method to get the project relative directories to be cleaned. |
39 Public method to get the project relative directories to be cleaned. |
|
40 |
|
41 @return list of directories to be removed |
|
42 @rtype list of str |
38 """ |
43 """ |
39 dirs = [] |
44 dirs = [] |
40 |
45 |
41 if self.buildButton.isChecked() or self.bothButton.isChecked(): |
46 if self.buildButton.isChecked() or self.bothButton.isChecked(): |
42 dirs.append(PyInstallerCleanupDialog.BuildPath) |
47 dirs.append(PyInstallerCleanupDialog.BuildPath) |