RefactoringRope/HistoryDialog.py

changeset 46
a726d19facfc
parent 43
39924831c795
child 48
de33dc93a3ac
diff -r c840c6f95cea -r a726d19facfc RefactoringRope/HistoryDialog.py
--- 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()

eric ide

mercurial