--- a/RefactoringRope/HistoryDialog.py Sat Feb 09 11:32:10 2013 +0100 +++ b/RefactoringRope/HistoryDialog.py Sat Feb 23 15:28:39 2013 +0100 @@ -14,7 +14,6 @@ from E5Gui.E5Application import e5App from PreviewDialogBase import PreviewDialogBase -from ProgressHandle import ProgressHandle import Utilities @@ -118,6 +117,7 @@ if not self.__refactoring.confirmAllBuffersSaved(): return + from ProgressHandle import ProgressHandle handle = ProgressHandle(change.description, False, self) handle.show() QApplication.processEvents()