RefactoringRope/ConfirmationDialog.py

changeset 46
a726d19facfc
parent 43
39924831c795
child 50
a29c3d2e6dc0
child 55
d501156be247
--- 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()

eric ide

mercurial