eric7/Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py

branch
eric7
changeset 8356
68ec9c3d4de5
parent 8318
962bce857696
child 8358
144a6b854f70
equal deleted inserted replaced
8355:8a7677a63c8d 8356:68ec9c3d4de5
8 """ 8 """
9 9
10 import os 10 import os
11 from PyQt6.QtWidgets import QMenu 11 from PyQt6.QtWidgets import QMenu
12 12
13 from E5Gui.E5Application import e5App 13 from E5Gui.EricApplication import ericApp
14 14
15 from VCS.ProjectBrowserHelper import VcsProjectBrowserHelper 15 from VCS.ProjectBrowserHelper import VcsProjectBrowserHelper
16 16
17 from Project.ProjectBrowserModel import ProjectBrowserFileItem 17 from Project.ProjectBrowserModel import ProjectBrowserFileItem
18 18
926 926
927 def __SVNConfigure(self): 927 def __SVNConfigure(self):
928 """ 928 """
929 Private method to open the configuration dialog. 929 Private method to open the configuration dialog.
930 """ 930 """
931 e5App().getObject("UserInterface").showPreferences( 931 ericApp().getObject("UserInterface").showPreferences(
932 "zzz_subversionPage") 932 "zzz_subversionPage")
933 933
934 def __SVNAddToChangelist(self): 934 def __SVNAddToChangelist(self):
935 """ 935 """
936 Private slot called by the context menu to add files to a changelist. 936 Private slot called by the context menu to add files to a changelist.

eric ide

mercurial