--- a/RefactoringRope/ConfirmationDialog.py Sat Feb 09 11:32:10 2013 +0100 +++ b/RefactoringRope/ConfirmationDialog.py Sat Feb 23 15:28:39 2013 +0100 @@ -11,7 +11,6 @@ from PyQt4.QtGui import QDialog, QDialogButtonBox, QAbstractButton from Ui_ConfirmationDialog import Ui_ConfirmationDialog -from ChangesPreviewDialog import ChangesPreviewDialog import Utilities @@ -56,6 +55,7 @@ """ Private method to preview the changes. """ + from ChangesPreviewDialog import ChangesPreviewDialog dlg = ChangesPreviewDialog(self.__changes, self) if dlg.exec_() == QDialog.Accepted: self.accept()