RefactoringRope/HelpDialog.py

changeset 347
b5048b5ff454
parent 346
877cac2e8d94
child 365
f740b50380df
--- a/RefactoringRope/HelpDialog.py	Wed Dec 30 11:02:11 2020 +0100
+++ b/RefactoringRope/HelpDialog.py	Tue Mar 16 18:11:29 2021 +0100
@@ -7,13 +7,6 @@
 Module implementing a dialog to show help about rope.
 """
 
-from __future__ import unicode_literals
-try:
-    str = unicode   # __IGNORE_WARNING__ __IGNORE_EXCEPTION__
-except NameError:
-    pass
-
-
 from PyQt5.QtCore import Qt
 from PyQt5.QtGui import QTextDocument, QTextCursor
 from PyQt5.QtWidgets import QDialog, QDialogButtonBox

eric ide

mercurial