src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py

branch
eric7
changeset 10834
6f5cb518cf13
parent 10690
fab36645aa7d
child 11090
f5f5f5803935
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py	Mon Jul 08 17:13:09 2024 +0200
+++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py	Tue Jul 09 14:08:06 2024 +0200
@@ -9,10 +9,10 @@
 
 from PyQt6.QtCore import QCoreApplication, pyqtSlot
 from PyQt6.QtWidgets import QComboBox, QDialog, QTreeWidgetItem
+from Ui_HgHisteditPlanEditor import Ui_HgHisteditPlanEditor
 
 from eric7.EricGui import EricPixmapCache
 from eric7.EricWidgets import EricMessageBox
-from eric7.UI_HgHisteditPlanEditor import Ui_HgHisteditPlanEditor
 
 
 class HgHisteditPlanActionComboBox(QComboBox):

eric ide

mercurial