Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py

changeset 53
c3eb7cc1ff8b
parent 13
1af94a91f439
child 55
b5c84934de9c
equal deleted inserted replaced
52:ba69827929ee 53:c3eb7cc1ff8b
10 import os 10 import os
11 11
12 from PyQt4.QtCore import * 12 from PyQt4.QtCore import *
13 from PyQt4.QtGui import * 13 from PyQt4.QtGui import *
14 14
15 from E4Gui.E4Application import e4App 15 from E4Gui.E4Application import e5App
16 16
17 from VCS.ProjectHelper import VcsProjectHelper 17 from VCS.ProjectHelper import VcsProjectHelper
18 18
19 from E4Gui.E4Action import E4Action 19 from E4Gui.E4Action import E4Action
20 20
595 595
596 def __svnConfigure(self): 596 def __svnConfigure(self):
597 """ 597 """
598 Private method to open the configuration dialog. 598 Private method to open the configuration dialog.
599 """ 599 """
600 e4App().getObject("UserInterface").showPreferences("zzz_subversionPage") 600 e5App().getObject("UserInterface").showPreferences("zzz_subversionPage")

eric ide

mercurial