diff -r eb2d30b4d34e -r 52f0572b5908 PyInstaller/PyInstallerCleanupDialog.py --- a/PyInstaller/PyInstallerCleanupDialog.py Wed Jan 17 16:25:59 2018 +0100 +++ b/PyInstaller/PyInstallerCleanupDialog.py Thu Jan 18 14:30:06 2018 +0100 @@ -7,6 +7,8 @@ Module implementing a dialog to select the cleanup action. """ +from __future__ import unicode_literals + from PyQt5.QtWidgets import QDialog from .Ui_PyInstallerCleanupDialog import Ui_PyInstallerCleanupDialog @@ -35,6 +37,9 @@ def getDirectories(self): """ Public method to get the project relative directories to be cleaned. + + @return list of directories to be removed + @rtype list of str """ dirs = []