src/eric7/Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py	Tue Oct 18 16:05:20 2022 +0200
+++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py	Tue Oct 18 16:06:21 2022 +0200
@@ -9,11 +9,11 @@
 
 from PyQt6.QtWidgets import QMenu
 
-from EricGui.EricAction import EricAction
+from eric7.EricGui.EricAction import EricAction
 
 from ..HgExtensionProjectHelper import HgExtensionProjectHelper
 
-import UI.PixmapCache
+from eric7.EricGui import EricPixmapCache
 
 
 class LargefilesProjectHelper(HgExtensionProjectHelper):
@@ -81,7 +81,7 @@
 
         self.hgLfPullAct = EricAction(
             self.tr("Pull Large Files"),
-            UI.PixmapCache.getIcon("vcsUpdate"),
+            EricPixmapCache.getIcon("vcsUpdate"),
             self.tr("Pull Large Files"),
             0,
             0,
@@ -103,7 +103,7 @@
 
         self.hgLfSummaryAct = EricAction(
             self.tr("Show Summary"),
-            UI.PixmapCache.getIcon("vcsSummary"),
+            EricPixmapCache.getIcon("vcsSummary"),
             self.tr("Show summary..."),
             0,
             0,

eric ide

mercurial