RefactoringRope/ChangeOccurrencesDialog.py

branch
server_client_variant
changeset 203
c38750e1bafd
parent 189
2711fdd91925
child 204
b4bf79b956bc
diff -r a111134b5dc7 -r c38750e1bafd RefactoringRope/ChangeOccurrencesDialog.py
--- a/RefactoringRope/ChangeOccurrencesDialog.py	Wed Sep 27 19:50:44 2017 +0200
+++ b/RefactoringRope/ChangeOccurrencesDialog.py	Fri Sep 29 10:23:35 2017 +0200
@@ -12,8 +12,8 @@
 from PyQt5.QtCore import pyqtSlot
 from PyQt5.QtWidgets import QDialogButtonBox, QAbstractButton
 
-from Ui_ChangeOccurrencesDialog import Ui_ChangeOccurrencesDialog
-from RefactoringDialogBase import RefactoringDialogBase
+from .Ui_ChangeOccurrencesDialog import Ui_ChangeOccurrencesDialog
+from .RefactoringDialogBase import RefactoringDialogBase
 
 
 class ChangeOccurrencesDialog(RefactoringDialogBase,

eric ide

mercurial