PyInstaller/PyInstallerCleanupDialog.py

changeset 28
3c8dbc198753
parent 26
e4135114d483
child 34
784d24a61fdf
diff -r 25ff8953e335 -r 3c8dbc198753 PyInstaller/PyInstallerCleanupDialog.py
--- a/PyInstaller/PyInstallerCleanupDialog.py	Mon May 04 18:15:28 2020 +0200
+++ b/PyInstaller/PyInstallerCleanupDialog.py	Tue Jun 23 19:14:07 2020 +0200
@@ -7,8 +7,6 @@
 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

eric ide

mercurial