RefactoringRope/HelpDialog.py

changeset 46
a726d19facfc
parent 43
39924831c795
child 50
a29c3d2e6dc0
child 55
d501156be247
--- a/RefactoringRope/HelpDialog.py	Sat Feb 09 11:32:10 2013 +0100
+++ b/RefactoringRope/HelpDialog.py	Sat Feb 23 15:28:39 2013 +0100
@@ -10,7 +10,6 @@
 from PyQt4.QtGui import QDialog, QDialogButtonBox, QTextDocument, QTextCursor
 
 from Ui_HelpDialog import Ui_HelpDialog
-from SearchDialog import SearchDialog
 
 import Globals
 
@@ -57,6 +56,7 @@
         """
         if button == self.searchButton:
             if self.__searchDlg is None:
+                from SearchDialog import SearchDialog
                 self.__searchDlg = SearchDialog(self)
             self.__searchDlg.showFind()
     

eric ide

mercurial