RefactoringRope/RestructureDialog.py

changeset 46
a726d19facfc
parent 43
39924831c795
child 50
a29c3d2e6dc0
child 55
d501156be247
--- a/RefactoringRope/RestructureDialog.py	Sat Feb 09 11:32:10 2013 +0100
+++ b/RefactoringRope/RestructureDialog.py	Sat Feb 23 15:28:39 2013 +0100
@@ -10,8 +10,6 @@
 from PyQt4.QtCore import pyqtSlot
 from PyQt4.QtGui import QDialogButtonBox, QAbstractButton
 
-import rope.refactor.restructure
-
 from Ui_RestructureDialog import Ui_RestructureDialog
 from RefactoringDialogBase import RefactoringDialogBase
 
@@ -98,6 +96,7 @@
                 value = splitted[1].strip()
                 args[name] = value
         
+        import rope.refactor.restructure
         self._refactoring.getProject().validate(
             self._refactoring.getProject().root)
         try:

eric ide

mercurial