--- a/RefactoringRope/HelpDialog.py Sat Apr 12 19:48:00 2014 +0200 +++ b/RefactoringRope/HelpDialog.py Fri May 02 21:06:07 2014 +0200 @@ -7,6 +7,8 @@ Module implementing a dialog to show help about rope. """ +from __future__ import unicode_literals + from PyQt4.QtGui import QDialog, QDialogButtonBox, QTextDocument, QTextCursor from Ui_HelpDialog import Ui_HelpDialog