diff -r 5c470b412f2f -r a29c3d2e6dc0 RefactoringRope/ProgressHandle.py --- a/RefactoringRope/ProgressHandle.py Sun Apr 14 15:14:16 2013 +0200 +++ b/RefactoringRope/ProgressHandle.py Tue Aug 13 21:13:02 2013 +0200 @@ -7,6 +7,8 @@ Module implementing a TaskHandle class with a progress dialog. """ +from __future__ import unicode_literals # __IGNORE_WARNING__ + from PyQt4.QtGui import QApplication, QProgressDialog, QLabel import rope.base.taskhandle