--- 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