RefactoringRope/HelpDialog.py

branch
Py2 comp.
changeset 50
a29c3d2e6dc0
parent 46
a726d19facfc
child 63
c02061242598
--- a/RefactoringRope/HelpDialog.py	Sun Apr 14 15:14:16 2013 +0200
+++ b/RefactoringRope/HelpDialog.py	Tue Aug 13 21:13:02 2013 +0200
@@ -7,6 +7,8 @@
 Module implementing a dialog to show help about rope.
 """
 
+from __future__ import unicode_literals    # __IGNORE_WARNING__
+
 from PyQt4.QtGui import QDialog, QDialogButtonBox, QTextDocument, QTextCursor
 
 from Ui_HelpDialog import Ui_HelpDialog

eric ide

mercurial