diff -r 19321ca1a6d1 -r 65153bf17e8d RefactoringRope/ChangeOccurrencesDialog.py --- a/RefactoringRope/ChangeOccurrencesDialog.py Tue Dec 20 14:31:55 2022 +0100 +++ b/RefactoringRope/ChangeOccurrencesDialog.py Tue Dec 20 14:33:49 2022 +0100 @@ -8,10 +8,10 @@ """ from PyQt6.QtCore import pyqtSlot -from PyQt6.QtWidgets import QDialogButtonBox, QAbstractButton +from PyQt6.QtWidgets import QAbstractButton, QDialogButtonBox +from .RefactoringDialogBase import RefactoringDialogBase from .Ui_ChangeOccurrencesDialog import Ui_ChangeOccurrencesDialog -from .RefactoringDialogBase import RefactoringDialogBase class ChangeOccurrencesDialog(RefactoringDialogBase, Ui_ChangeOccurrencesDialog):